Uses of Interface
org.refcodes.io.ShortDatagramProvider
-
-
Uses of ShortDatagramProvider in org.refcodes.io
Subinterfaces of ShortDatagramProvider 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.interfaceShortDatagramReceiverTheShortDatagramReceiveris used to receive shorts in a unified way.interfaceShortProviderThe Interface ShortProvider.interfaceShortReceiverThe Interface ShortReceiver.interfaceShortTransceiverAShortTransceivercombines the functionality of aShortSenderand of aShortReceiver. e.g. for building loopback devices.Classes in org.refcodes.io that implement ShortDatagramProvider 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.
-