Uses of Interface
org.refcodes.io.DatagramConsumer
-
-
Uses of DatagramConsumer in org.refcodes.io
Subinterfaces of DatagramConsumer in org.refcodes.io Modifier and Type Interface Description interfaceBidirectionalConnectionTransceiver<DATA extends java.io.Serializable,INPUT,OUTPUT>TheBidirectionalConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).interfaceBidirectionalStreamConnectionTransceiver<DATA extends java.io.Serializable>ABidirectionalStreamConnectionTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionTransceiver.interfaceConnectionSender<DATA extends java.io.Serializable,CON>TheConnectionSenderdefines theDatagramSenderfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).interfaceConnectionTransceiver<DATA extends java.io.Serializable,CON>TheConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).interfaceConsumer<DATA extends java.io.Serializable>The Interface Consumer.interfaceDatagramSender<DATA extends java.io.Serializable>TheDatagramSenderis used to send datagrams in a unified way.interfaceDatagramTransceiver<DATA extends java.io.Serializable>Combines theDatagramSenderandDatagramReceiverfunctionality in a single interface to be implemented by a single class so thatDatagramSenderandDatagramReceiverfunctionality can be provided by a single instance.interfaceLoopbackSender<DATA extends java.io.Serializable>ALoopbackSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackReceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceLoopbackTransceiver<DATA extends java.io.Serializable>ALoopbackTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceOutputStreamConnectionSender<DATA extends java.io.Serializable>AOutputStreamConnectionSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.interfaceSender<DATA extends java.io.Serializable>The Interface Sender.interfaceTransceiver<DATA extends java.io.Serializable>ATransceivercombines the functionality of aSenderand of aReceiver. e.g. for building loopback devices.Classes in org.refcodes.io that implement DatagramConsumer Modifier and Type Class Description classAbstractSender<DATA extends java.io.Serializable>TheAbstractSenderis a base abstract implementation of theByteSenderinterface providing common functionality for concrete real liveByteDatagramSenderandByteBlockSender(=ByteSender) implementations.classBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamConnectionTransceiverImpl.classBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamTransceiverImpl.classLoopbackSenderImpl<DATA extends java.io.Serializable>Implementation of theLoopbackSenderinterface.classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.classOutputStreamConnectionSenderImpl<DATA extends java.io.Serializable>Implementation of theOutputStreamConnectionSenderinterface.classOutputStreamSenderImpl<DATA extends java.io.Serializable>The Class OutputStreamSenderImpl.classPrefetchBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamConnectionTransceiverImpl.classPrefetchBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamTransceiverImpl.classSenderDecorator<DATA extends java.io.Serializable>TheSenderDecoratordecorates aConsumerwith the additional methods of aSendermaking it easy to use aConsumerwherever aSenderis expected.
-