Uses of Interface
org.refcodes.io.ConnectionShortReceiver
-
-
Uses of ConnectionShortReceiver in org.refcodes.io
Subinterfaces of ConnectionShortReceiver 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".interfaceLoopbackShortReceiverALoopbackShortReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackShortSender; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.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 ConnectionShortReceiver Modifier and Type Class Description classLoopbackShortReceiverImplImplementation of theLoopbackShortReceiverinterface.classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.
-