Uses of Interface
org.refcodes.io.ConnectionBytesReceiver
-
-
Uses of ConnectionBytesReceiver in org.refcodes.io
Subinterfaces of ConnectionBytesReceiver in org.refcodes.io Modifier and Type Interface Description interface
ConnectionBytesTransceiver<CON>
TheConnectionBytesTransceiver
defines theDatagramTransceiver
functionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton
) for data types "byte".interface
InputStreamConnectionByteReceiver
AInputStreamConnectionByteReceiver
is aDatagramReceiver
connected through I/O streams with aOutputStreamConnectionDatagramsTransmitter
.Classes in org.refcodes.io that implement ConnectionBytesReceiver Modifier and Type Class Description class
InputStreamConnectionByteReceiverImpl
Implementation of theInputStreamConnectionReceiver
interface.class
LoopbackBytesReceiver
ALoopbackBytesReceiver
is aDatagramReceiver
connected directly within the same JVM with aLoopbackBytesTransmitter
; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.class
LoopbackBytesTransceiver
ALoopbackBytesTransceiver
is aDatagramTransceiver
connected directly within the same JVM with anotherLoopbackBytesTransceiver
; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.class
PrefetchInputStreamConnectionByteReceiver
Implementation of theInputStreamConnectionReceiver
interface.
-