Uses of Interface
org.refcodes.io.ConnectionTransceiver
-
-
Uses of ConnectionTransceiver in org.refcodes.io
Subinterfaces of ConnectionTransceiver in org.refcodes.io Modifier and Type Interface Description 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 ConnectionTransceiver Modifier and Type Class Description classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.
-