Uses of Class
org.refcodes.io.AbstractBytesTransmitter
-
Uses of AbstractBytesTransmitter in org.refcodes.io
Subclasses of AbstractBytesTransmitter in org.refcodes.ioModifier and TypeClassDescriptionclassTheByteTransmitterDecoratordecorates aBytesSourcewith the additional methods of aBytesTransmittermaking it easy to use aBytesSourcewherever aBytesTransmitteris expected.classALoopbackBytesTransmitteris aDatagramTransmitterconnected 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.classAOutputStreamConnectionBytesTransmitteris aDatagramTransmitterconnected through I/O streams with aInputStreamConnectionReceiver.