Uses of Interface
org.refcodes.io.ConnectionByteSender
-
-
Uses of ConnectionByteSender in org.refcodes.io
Subinterfaces of ConnectionByteSender in org.refcodes.io Modifier and Type Interface Description interfaceConnectionByteTransceiver<CON>TheConnectionByteTransceiverdefines theDatagramTransceiverfunctionality set on top of a connection (as of theConnectionComponent.ConnectionAutomaton) for data types "byte".interfaceLoopbackByteSenderALoopbackByteSenderis 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.interfaceLoopbackByteTransceiverALoopbackByteTransceiveris aDatagramTransceiverconnected directly within the same JVM with anotherLoopbackByteTransceiver; a "loopback" connection is used for establishing the connection which cannot be accessed outside the JVM or the running machine.interfaceOutputStreamConnectionByteSenderAOutputStreamConnectionByteSenderis aDatagramSenderconnected through I/O streams with aInputStreamConnectionReceiver.Classes in org.refcodes.io that implement ConnectionByteSender Modifier and Type Class Description classLoopbackByteSenderImplImplementation of theLoopbackByteSenderinterface.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classOutputStreamConnectionByteSenderImplImplementation of theOutputStreamConnectionSenderinterface.
-