Uses of Interface
org.refcodes.io.ConnectionByteTransceiver
-
-
Uses of ConnectionByteTransceiver in org.refcodes.io
Subinterfaces of ConnectionByteTransceiver in org.refcodes.io Modifier and Type Interface Description interfaceLoopbackByteTransceiverALoopbackByteTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackByteTransceiver; 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 ConnectionByteTransceiver Modifier and Type Class Description classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.
-