Uses of Interface
org.refcodes.io.ShortReceiver
-
-
Uses of ShortReceiver in org.refcodes.io
Subinterfaces of ShortReceiver in org.refcodes.io Modifier and Type Interface Description interfaceConnectionShortReceiver<CON>TheConnectionShortReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".interfaceConnectionShortTransceiver<CON>TheConnectionShortTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".interfaceLoopbackShortReceiverALoopbackShortReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackShortSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceLoopbackShortTransceiverALoopbackShortTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackShortTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceShortTransceiverAShortTransceivercombines the functionality of aShortSenderand of aShortReceiver. e.g. for building loopback devices.Classes in org.refcodes.io that implement ShortReceiver Modifier and Type Class Description classAbstractShortReceiverTheAbstractShortReceiveris a base abstract implementation of theShortReceiverinterface providing common functionality for concrete real liveShortDatagramReceiverandShortBlockReceiver(=ShortReceiver) implementations.classLoopbackShortReceiverImplImplementation of theLoopbackShortReceiverinterface.classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.classShortArrayReceiverImplThe Class ShortArrayReceiverImpl.classShortReceiverDecoratorTheShortReceiverDecoratordecorates aShortProviderwith the additional methods of aShortReceivermaking it easy to use aShortProviderwherever aShortReceiveris expected.
-