| Modifier and Type | Interface | Description |
|---|---|---|
interface |
BidirectionalConnectionByteTransceiver<INPUT,OUTPUT> |
The
BidirectionalConnectionByteTransceiver defines the
DatagramTransceiver functionality set on top of a I/O connection (as
of the BidirectionalConnectionComponent.BidirectionalConnectionAutomaton). |
interface |
BidirectionalStreamConnectionByteTransceiver |
A
BidirectionalStreamConnectionByteTransceiver is a
DatagramTransceiver connected through I/O streams with another
BidirectionalStreamConnectionByteTransceiver. |
interface |
ConnectionByteTransceiver<CON> |
The
ConnectionByteTransceiver defines the DatagramTransceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "byte". |
interface |
LoopbackByteTransceiver |
A
LoopbackByteTransceiver is a DatagramTransceiver connected
directly within the same JVM with another LoopbackByteTransceiver; 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 |
BidirectionalStreamByteTransceiverImpl |
The Class BidirectionalStreamByteTransceiverImpl.
|
class |
BidirectionalStreamConnectionByteTransceiverImpl |
The Class BidirectionalStreamConnectionByteTransceiverImpl.
|
class |
LoopbackByteTransceiverImpl |
Implementation of the
LoopbackByteTransceiver interface. |
class |
PrefetchBidirectionalStreamByteTransceiverImpl |
The Class PrefetchBidirectionalStreamByteTransceiverImpl.
|
class |
PrefetchBidirectionalStreamConnectionByteTransceiverImpl |
The Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.
|
Copyright © 2018. All rights reserved.