Uses of Interface
org.refcodes.io.ConnectionByteReceiver
-
-
Uses of ConnectionByteReceiver in org.refcodes.io
Subinterfaces of ConnectionByteReceiver 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".interfaceInputStreamConnectionByteReceiverAInputStreamConnectionByteReceiveris aDatagramReceiverconnected through I/O streams with aOutputStreamConnectionSender.interfaceLoopbackByteReceiverALoopbackByteReceiveris aDatagramReceiverconnected directly within the same JVM with aLoopbackByteSender; 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.Classes in org.refcodes.io that implement ConnectionByteReceiver Modifier and Type Class Description classInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.classLoopbackByteReceiverImplImplementation of theLoopbackByteReceiverinterface.classLoopbackByteTransceiverImplImplementation of theLoopbackByteTransceiverinterface.classPrefetchInputStreamConnectionByteReceiverImplImplementation of theInputStreamConnectionReceiverinterface.
-