Uses of Interface
org.refcodes.io.ByteTransceiver
-
Uses of ByteTransceiver in org.refcodes.io
Subinterfaces of ByteTransceiver in org.refcodes.ioModifier and TypeInterfaceDescriptioninterfaceBidirectionalConnectionByteTransceiver<INPUT,OUTPUT> TheBidirectionalConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).interfaceABidirectionalStreamConnectionByteTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionByteTransceiver.interfaceABytesTransceivercombines the functionality of aBytesTransmitterand of aBytesReceiver. e.g. for building loopback devices.interfaceTheConnectionBytesTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".Classes in org.refcodes.io that implement ByteTransceiverModifier and TypeClassDescriptionclassThe Class BidirectionalStreamByteTransceiver.classThe Class BidirectionalStreamConnectionByteTransceiverImpl.classALoopbackBytesTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackBytesTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.classThe Class PrefetchBidirectionalStreamByteTransceiver.classThe Class PrefetchBidirectionalStreamConnectionByteTransceiver.