| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConnectionShortTransceiver<CON> |
The
ConnectionShortTransceiver defines the
DatagramTransceiver functionality set on top of a connection (as of
the ConnectionComponent.ConnectionAutomaton) for data types "short". |
interface |
LoopbackShortSender |
A
LoopbackShortSender is a DatagramSender connected directly
within the same JVM with a LoopbackByteReceiver; a "loopback"
connection is used for establishing the connection which cannot be accessed
outside the JVM or the running machine. |
interface |
LoopbackShortTransceiver |
A
LoopbackShortTransceiver is a DatagramTransceiver connected
directly within the same JVM with another LoopbackShortTransceiver; 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 |
LoopbackShortSenderImpl |
Implementation of the
LoopbackShortSender interface. |
class |
LoopbackShortTransceiverImpl |
Implementation of the
LoopbackShortTransceiver interface. |
Copyright © 2018. All rights reserved.