Uses of Class
org.refcodes.io.AbstractBytesTransmitter
-
Uses of AbstractBytesTransmitter in org.refcodes.io
Subclasses of AbstractBytesTransmitter in org.refcodes.ioModifier and TypeClassDescriptionclass
TheByteTransmitterDecorator
decorates aBytesSource
with the additional methods of aBytesTransmitter
making it easy to use aBytesSource
wherever aBytesTransmitter
is expected.class
ALoopbackBytesTransmitter
is aDatagramTransmitter
connected directly within the same JVM with aLoopbackBytesReceiver
; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.class
AOutputStreamConnectionBytesTransmitter
is aDatagramTransmitter
connected through I/O streams with aInputStreamConnectionReceiver
.