Uses of Class
org.refcodes.io.AbstractShortsReceiver
-
Uses of AbstractShortsReceiver in org.refcodes.io
Modifier and TypeClassDescriptionclass
ALoopbackShortsReceiver
is aDatagramReceiver
connected directly within the same JVM with aLoopbackShortsTransmitter
; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.class
ALoopbackShortsTransceiver
is aDatagramTransceiver
connected directly within the same JVM with anotherLoopbackShortsTransceiver
; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.class
The Class ShortArrayReceiver.class
TheShortsReceiverDecorator
decorates aShortsDestination
with the additional methods of aShortsReceiver
making it easy to use aShortsDestination
wherever aShortsReceiver
is expected.