Uses of Interface
org.refcodes.io.ByteTransceiver
-
-
Uses of ByteTransceiver in org.refcodes.io
Subinterfaces of ByteTransceiver 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.interfaceConnectionByteTransceiver<CON>TheConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".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 ByteTransceiver Modifier and Type Class Description classBidirectionalStreamByteTransceiverImplThe Class BidirectionalStreamByteTransceiverImpl.classBidirectionalStreamConnectionByteTransceiverImplThe Class BidirectionalStreamConnectionByteTransceiverImpl.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classPrefetchBidirectionalStreamByteTransceiverImplThe Class PrefetchBidirectionalStreamByteTransceiverImpl.classPrefetchBidirectionalStreamConnectionByteTransceiverImplThe Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.
-