Uses of Interface
org.refcodes.io.ConnectionReceiver
-
-
Uses of ConnectionReceiver in org.refcodes.io
Subinterfaces of ConnectionReceiver 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).interfaceInputStreamConnectionReceiver<DATA extends java.io.Serializable>AInputStreamConnectionReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.interfaceLoopbackReceiver<DATA extends java.io.Serializable>ALoopbackReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackSender; 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.Classes in org.refcodes.io that implement ConnectionReceiver Modifier and Type Class Description classInputStreamConnectionReceiverImpl<DATA extends java.io.Serializable>Implementation of theInputStreamConnectionReceiverinterface.classLoopbackReceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackReceiverinterface.classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.classPrefetchInputStreamConnectionReceiverImpl<DATA extends java.io.Serializable>Implementation of theInputStreamConnectionReceiverinterface.
-