Uses of Interface
org.refcodes.io.ByteProvider
-
-
Uses of ByteProvider in org.refcodes.io
Subinterfaces of ByteProvider 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.interfaceByteArrayProviderThe Interface ByteArrayProvider.interfaceByteArrayReceiverThe Interface ByteArrayReceiver.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".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 ByteProvider Modifier and Type Class Description classAbstractByteProviderTheAbstractByteProvideris a base abstract implementation of theByteReceiverinterface providing common functionality for concrete real liveByteDatagramReceiverandByteBlockReceiver(=ByteReceiver) implementations.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.classByteArrayProviderImplThe Class ByteArrayProviderImpl.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.Constructors in org.refcodes.io with parameters of type ByteProvider Constructor Description ByteReceiverDecorator(ByteProvider aByteProvider)Instantiates a new byte receiver decorator.
-