Uses of Interface
org.refcodes.io.ShortTransceiver
-
-
Uses of ShortTransceiver in org.refcodes.io
Subinterfaces of ShortTransceiver in org.refcodes.io Modifier and Type Interface Description interfaceConnectionShortTransceiver<CON>TheConnectionShortTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "short".interfaceLoopbackShortTransceiverALoopbackShortTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackShortTransceiver; 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 ShortTransceiver Modifier and Type Class Description classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.
-