Uses of Interface
org.refcodes.io.Transceiver
-
-
Uses of Transceiver in org.refcodes.io
Subinterfaces of Transceiver in org.refcodes.io Modifier and Type Interface Description interfaceBidirectionalConnectionTransceiver<DATA extends java.io.Serializable,INPUT,OUTPUT>TheBidirectionalConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a I/O connection (as of theBidirectionalConnectionComponent.BidirectionalConnectionAutomaton).interfaceBidirectionalStreamConnectionTransceiver<DATA extends java.io.Serializable>ABidirectionalStreamConnectionTransceiveris aDatagramTransceiverconnected through I/O streams with anotherBidirectionalStreamConnectionTransceiver.interfaceConnectionTransceiver<DATA extends java.io.Serializable,CON>TheConnectionTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton).interfaceLoopbackTransceiver<DATA extends java.io.Serializable>ALoopbackTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackTransceiver; 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 Transceiver Modifier and Type Class Description classBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamConnectionTransceiverImpl.classBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class BidirectionalStreamTransceiverImpl.classLoopbackTransceiverImpl<DATA extends java.io.Serializable>Implementation of theLoopbackTransceiverinterface.classPrefetchBidirectionalStreamConnectionTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamConnectionTransceiverImpl.classPrefetchBidirectionalStreamTransceiverImpl<DATA extends java.io.Serializable>The Class PrefetchBidirectionalStreamTransceiverImpl.
-