Uses of Interface
org.refcodes.io.ShortDatagramConsumer
-
-
Uses of ShortDatagramConsumer in org.refcodes.io
Subinterfaces of ShortDatagramConsumer in org.refcodes.io Modifier and Type Interface Description interfaceConnectionShortSender<CON>TheConnectionShortSenderdefines theDatagramSenderfunctionality 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".interfaceLoopbackShortSenderALoopbackShortSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackByteReceiver; 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.interfaceShortConsumerThe Interface ShortConsumer.interfaceShortDatagramSenderTheShortDatagramSenderis used to send shorts in a unified way.interfaceShortSenderThe Interface ShortSender.interfaceShortTransceiverAShortTransceivercombines the functionality of aShortSenderand of aShortReceiver. e.g. for building loopback devices.Classes in org.refcodes.io that implement ShortDatagramConsumer Modifier and Type Class Description classAbstractShortSenderTheAbstractShortSenderis a base abstract implementation of theShortSenderinterface providing common functionality for concrete real liveShortDatagramSenderandShortBlockSender(=ShortSender) implementations.classLoopbackShortSenderImplImplementation of theLoopbackShortSenderinterface.classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.classShortSenderDecoratorTheShortSenderDecoratordecorates aShortConsumerwith the additional methods of aShortSendermaking it easy to use aShortConsumerwherever aShortSenderis expected.
-