Uses of Interface
org.refcodes.io.ConnectionShortSender
-
-
Uses of ConnectionShortSender in org.refcodes.io
Subinterfaces of ConnectionShortSender 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".interfaceLoopbackShortSenderALoopbackShortSenderis aDatagramSenderconnected directly within the same JVM with aLoopbackByteReceiver; 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 ConnectionShortSender Modifier and Type Class Description classLoopbackShortSenderImplImplementation of theLoopbackShortSenderinterface.classLoopbackShortTransceiverImplImplementation of theLoopbackShortTransceiverinterface.
-