Uses of Interface
org.refcodes.io.ByteConsumer
-
-
Uses of ByteConsumer in org.refcodes.io
Subinterfaces of ByteConsumer 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.interfaceByteArrayConsumerThe Interface ByteArrayConsumer.interfaceByteSenderThe Interface ByteSender.interfaceByteTransceiverAByteTransceivercombines the functionality of aByteSenderand of aByteReceiver. e.g. for building loopback devices.interfaceConnectionByteSender<CON>TheConnectionByteSenderdefines theDatagramSenderfunctionality 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".interfaceLoopbackByteSenderALoopbackByteSenderis 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.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.interfaceOutputStreamConnectionByteSenderAOutputStreamConnectionByteSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.Classes in org.refcodes.io that implement ByteConsumer Modifier and Type Class Description classAbstractByteSenderTheAbstractByteSenderis a base abstract implementation of theByteSenderinterface providing common functionality for concrete real liveByteDatagramSenderandByteBlockSender(=ByteSender) implementations.classBidirectionalStreamByteTransceiverImplThe Class BidirectionalStreamByteTransceiverImpl.classBidirectionalStreamConnectionByteTransceiverImplThe Class BidirectionalStreamConnectionByteTransceiverImpl.classByteArrayConsumerImplThe Class ByteArrayConsumerImpl.classByteSenderDecoratorTheByteSenderDecoratordecorates aByteConsumerwith the additional methods of aByteSendermaking it easy to use aByteConsumerwherever aByteSenderis expected.classLoopbackByteSenderImplImplementation of theLoopbackByteSenderinterface.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classOutputStreamByteSenderImplThe Class OutputStreamByteSenderImpl.classOutputStreamConnectionByteSenderImplImplementation of theOutputStreamConnectionSenderinterface.classPrefetchBidirectionalStreamByteTransceiverImplThe Class PrefetchBidirectionalStreamByteTransceiverImpl.classPrefetchBidirectionalStreamConnectionByteTransceiverImplThe Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.Constructors in org.refcodes.io with parameters of type ByteConsumer Constructor Description ByteSenderDecorator(ByteConsumer aByteConsumer)Instantiates a new byte sender decorator.
-