| Modifier and Type | Interface | Description |
|---|---|---|
interface |
ConnectionShortReceiver<CON> |
The
ConnectionShortReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "short". |
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 |
LoopbackShortReceiver |
A
LoopbackShortReceiver is a DatagramReceiver connected
directly within the same JVM with a LoopbackShortSender; 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. |
interface |
ShortReceiver |
The Interface ShortReceiver.
|
interface |
ShortTransceiver |
A
ShortTransceiver combines the functionality of a
ShortSender and of a ShortReceiver. e.g. for building
loopback devices. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractShortReceiver |
The
AbstractShortReceiver is a base abstract implementation of the
ShortReceiver interface providing common functionality for concrete
real live ShortDatagramReceiver and ShortBlockReceiver (=
ShortReceiver) implementations. |
class |
LoopbackShortReceiverImpl |
Implementation of the
LoopbackShortReceiver interface. |
class |
LoopbackShortTransceiverImpl |
Implementation of the
LoopbackShortTransceiver interface. |
class |
ShortArrayReceiverImpl |
The Class ShortArrayReceiverImpl.
|
class |
ShortReceiverDecorator |
The
ShortReceiverDecorator decorates a ShortProvider with the
additional methods of a ShortReceiver making it easy to use a
ShortProvider wherever a ShortReceiver is expected. |
| Constructor | Description |
|---|---|
ShortReceiverDecorator(ShortProvider aShortProvider) |
Instantiates a new short receiver decorator.
|
Copyright © 2018. All rights reserved.