| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConnectionTransceiver<DATA extends Serializable,CON> |
The
ConnectionTransceiver defines the DatagramTransceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton). |
interface |
InputStreamConnectionReceiver<DATA extends Serializable> |
A
InputStreamConnectionReceiver is a DatagramReceiver
connected through I/O streams with a OutputStreamConnectionSender. |
interface |
LoopbackReceiver<DATA extends Serializable> |
A
LoopbackReceiver is a DatagramReceiver connected directly
within the same JVM with a LoopbackSender; a "loopback" connection is
used for establishing the connection which cannot be accessed outside the JVM
or the running machine. |
interface |
LoopbackTransceiver<DATA extends Serializable> |
A
LoopbackTransceiver is a DatagramTransceiver connected
directly within the same JVM with another LoopbackTransceiver; a
"loopback" connection is used for establishing the connection which cannot be
accessed outside the JVM or the running machine. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
InputStreamConnectionReceiverImpl<DATA extends Serializable> |
Implementation of the
InputStreamConnectionReceiver interface. |
class |
LoopbackReceiverImpl<DATA extends Serializable> |
Implementation of the
LoopbackReceiver interface. |
class |
LoopbackTransceiverImpl<DATA extends Serializable> |
Implementation of the
LoopbackTransceiver interface. |
class |
PrefetchInputStreamConnectionReceiverImpl<DATA extends Serializable> |
Implementation of the
InputStreamConnectionReceiver interface. |
Copyright © 2018. All rights reserved.