Uses of Interface
org.refcodes.io.ConnectionSender
-
-
Uses of ConnectionSender in org.refcodes.io
Subinterfaces of ConnectionSender in org.refcodes.io Modifier and Type Interface Description interfaceConnectionTransceiver<DATA extends java.io.Serializable,CON>TheConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).interfaceLoopbackSender<DATA extends java.io.Serializable>ALoopbackSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackReceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceLoopbackTransceiver<DATA extends java.io.Serializable>ALoopbackTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceOutputStreamConnectionSender<DATA extends java.io.Serializable>AOutputStreamConnectionSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.Classes in org.refcodes.io that implement ConnectionSender Modifier and Type Class Description classLoopbackSenderImpl<DATA extends java.io.Serializable>Implementation of theLoopbackSenderinterface.classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.classOutputStreamConnectionSenderImpl<DATA extends java.io.Serializable>Implementation of theOutputStreamConnectionSenderinterface.
-