Uses of Interface
org.refcodes.io.Receivable
-
-
Uses of Receivable in org.refcodes.io
Subinterfaces of Receivable in org.refcodes.io Modifier and Type Interface Description interfaceBidirectionalConnectionByteTransceiver<INPUT,OUTPUT>TheBidirectionalConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).interfaceBidirectionalConnectionTransceiver<DATA extends java.io.Serializable,INPUT,OUTPUT>TheBidirectionalConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).interfaceBidirectionalStreamConnectionByteTransceiverABidirectionalStreamConnectionByteTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionByteTransceiver.interfaceBidirectionalStreamConnectionTransceiver<DATA extends java.io.Serializable>ABidirectionalStreamConnectionTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionTransceiver.interfaceBlockReceiver<DATA extends java.io.Serializable>TheBlockReceiveris used to receive datagram blocks (arrays) in a unified way.interfaceBlockTransceiver<DATA extends java.io.Serializable>Combines theBlockSenderandBlockReceiverfunctionality in a single interface to be implemented by a single class so thatBlockSenderandBlockReceiverfunctionality can be provided by a single instance.interfaceByteArrayReceiverThe Interface ByteArrayReceiver.interfaceByteBlockReceiverTheByteBlockReceiveris used to receive byte blocks (arrays) in a unified way.interfaceByteBlockTransceiverCombines theBlockSenderandBlockReceiverfunctionality in a single interface to be implemented by a single class so thatBlockSenderandBlockReceiverfunctionality can be provided by a single instance.interfaceByteDatagramReceiverTheByteDatagramReceiveris used to receive bytes in a unified way.interfaceByteDatagramTransceiverCombines theDatagramSenderandDatagramReceiverfunctionality in a single interface to be implemented by a single class so thatDatagramSenderandDatagramReceiverfunctionality can be provided by a single instance.interfaceByteReceiverThe Interface ByteReceiver.interfaceByteTransceiverAByteTransceivercombines the functionality of aByteSenderand of aByteReceiver. e.g. for building loopback devices.interfaceConnectionByteReceiver<CON>TheConnectionByteReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".interfaceConnectionByteTransceiver<CON>TheConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".interfaceConnectionReceiver<DATA extends java.io.Serializable,CON>TheConnectionReceiverdefines theDatagramReceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).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".interfaceConnectionTransceiver<DATA extends java.io.Serializable,CON>TheConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).interfaceDatagramReceiver<DATA extends java.io.Serializable>TheDatagramReceiveris used to receive 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.interfaceInputStreamConnectionByteReceiverAInputStreamConnectionByteReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.interfaceInputStreamConnectionReceiver<DATA extends java.io.Serializable>AInputStreamConnectionReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.interfaceLoopbackByteReceiverALoopbackByteReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackByteSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceLoopbackByteTransceiverALoopbackByteTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackByteTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceLoopbackReceiver<DATA extends java.io.Serializable>ALoopbackReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.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.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.interfaceReceiver<DATA extends java.io.Serializable>The Interface Receiver.interfaceShortBlockReceiverTheShortBlockReceiveris used to receive short blocks (arrays) in a unified way.interfaceShortDatagramReceiverTheShortDatagramReceiveris used to receive shorts in a unified way.interfaceShortReceiverThe Interface ShortReceiver.interfaceShortTransceiverAShortTransceivercombines the functionality of aShortSenderand of aShortReceiver. e.g. for building loopback devices.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 Receivable Modifier and Type Class Description classAbstractByteReceiverTheAbstractByteReceiveris a base abstract implementation of theByteReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=ByteReceiver) implementations.classAbstractInputStreamByteReceiverAbstract implementation of theByteReceiverinterface.classAbstractInputStreamReceiver<DATA extends java.io.Serializable>Abstract implementation of theReceiverinterface.classAbstractPrefetchInputStreamByteReceiverAbstract implementation of theByteReceiverinterface.classAbstractPrefetchInputStreamReceiver<DATA extends java.io.Serializable>Abstract implementation of theReceiverinterface.classAbstractReceiver<DATA extends java.io.Serializable>TheAbstractReceiveris a base abstract implementation of theReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=Receiver) implementations.classAbstractShortReceiverTheAbstractShortReceiveris a base abstract implementation of theShortReceiverinterface providing common functionality for concrete real liveShortDatagramReceiverandShortBlockReceiver(=ShortReceiver) implementations.classBidirectionalStreamByteTransceiverImplThe Class BidirectionalStreamByteTransceiverImpl.classBidirectionalStreamConnectionByteTransceiverImplThe Class BidirectionalStreamConnectionByteTransceiverImpl.classBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamConnectionTransceiverImpl.classBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamTransceiverImpl.classByteArrayReceiverImplThe Class ByteArrayReceiverImpl.classByteReceiverDecoratorTheByteReceiverDecoratordecorates aByteProviderwith the additional methods of aByteReceivermaking it easy to use aByteProviderwherever aByteReceiveris expected.classInputStreamByteReceiverImplThe Class InputStreamByteReceiverImpl.classInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.classInputStreamConnectionReceiverImpl<DATA extends java.io.Serializable>Implementation of theInputStreamConnectionReceiverinterface.classInputStreamReceiverImpl<DATA extends java.io.Serializable>The Class InputStreamReceiverImpl.classLoopbackByteReceiverImplImplementation of theLoopbackByteReceiverinterface.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classLoopbackReceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackReceiverinterface.classLoopbackShortReceiverImplImplementation of theLoopbackShortReceiverinterface.classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.classPrefetchBidirectionalStreamByteTransceiverImplThe Class PrefetchBidirectionalStreamByteTransceiverImpl.classPrefetchBidirectionalStreamConnectionByteTransceiverImplThe Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.classPrefetchBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamConnectionTransceiverImpl.classPrefetchBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamTransceiverImpl.classPrefetchInputStreamByteReceiverImplThe Class PrefetchInputStreamByteReceiverImpl.classPrefetchInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.classPrefetchInputStreamConnectionReceiverImpl<DATA extends java.io.Serializable>Implementation of theInputStreamConnectionReceiverinterface.classPrefetchInputStreamReceiverImpl<DATA extends java.io.Serializable>The Class PrefetchInputStreamReceiverImpl.classReceiverDecorator<DATA extends java.io.Serializable>TheReceiverDecoratordecorates aProviderwith the additional methods of aReceivermaking it easy to use aProviderwherever aReceiveris expected.classShortArrayReceiverImplThe Class ShortArrayReceiverImpl.classShortReceiverDecoratorTheShortReceiverDecoratordecorates aShortProviderwith the additional methods of aShortReceivermaking it easy to use aShortProviderwherever aShortReceiveris expected.
-