Uses of Class
org.refcodes.io.AbstractBytesReceiver
-
-
Uses of AbstractBytesReceiver in org.refcodes.io
Subclasses of AbstractBytesReceiver in org.refcodes.io Modifier and Type Class Description class
AbstractPrefetchInputStreamByteReceiver
Abstract implementation of theBytesReceiver
interface.class
ByteArrayReceiver
The Class ByteArrayReceiver.class
BytesReceiverDecorator
TheBytesReceiverDecorator
decorates aBytesDestination
with the additional methods of aBytesReceiver
making it easy to use aBytesDestination
wherever aBytesReceiver
is expected.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
PrefetchBidirectionalStreamConnectionByteTransceiver
The Class PrefetchBidirectionalStreamConnectionByteTransceiver.class
PrefetchInputStreamConnectionByteReceiver
Implementation of theInputStreamConnectionReceiver
interface.
-