Uses of Interface
org.refcodes.io.ByteReceiver
-
-
Uses of ByteReceiver in org.refcodes.io
Subinterfaces of ByteReceiver 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).interfaceBidirectionalStreamConnectionByteTransceiverABidirectionalStreamConnectionByteTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionByteTransceiver.interfaceByteArrayReceiverThe Interface ByteArrayReceiver.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".interfaceInputStreamConnectionByteReceiverAInputStreamConnectionByteReceiveris 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.Classes in org.refcodes.io that implement ByteReceiver 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.classAbstractPrefetchInputStreamByteReceiverAbstract implementation of theByteReceiverinterface.classBidirectionalStreamByteTransceiverImplThe Class BidirectionalStreamByteTransceiverImpl.classBidirectionalStreamConnectionByteTransceiverImplThe Class BidirectionalStreamConnectionByteTransceiverImpl.classByteArrayReceiverImplThe Class ByteArrayReceiverImpl.classByteReceiverDecoratorTheByteReceiverDecoratordecorates aByteProviderwith the additional methods of aByteReceivermaking it easy to use aByteProviderwherever aByteReceiveris expected.classInputStreamByteReceiverImplThe Class InputStreamByteReceiverImpl.classInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.classLoopbackByteReceiverImplImplementation of theLoopbackByteReceiverinterface.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classPrefetchBidirectionalStreamByteTransceiverImplThe Class PrefetchBidirectionalStreamByteTransceiverImpl.classPrefetchBidirectionalStreamConnectionByteTransceiverImplThe Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.classPrefetchInputStreamByteReceiverImplThe Class PrefetchInputStreamByteReceiverImpl.classPrefetchInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.
-