Modifier and Type | Interface and 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 |
BidirectionalConnectionTransceiver<DATA extends Serializable,INPUT,OUTPUT>
The
BidirectionalConnectionTransceiver 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 |
BidirectionalStreamConnectionTransceiver<DATA extends Serializable>
A
BidirectionalStreamConnectionTransceiver is a
DatagramTransceiver connected through I/O streams with another
BidirectionalStreamConnectionTransceiver . |
interface |
BlockReceiver<DATA extends Serializable>
The
BlockReceiver is used to receive datagram blocks (arrays) in a
unified way. |
interface |
BlockTransceiver<DATA extends Serializable>
Combines the
BlockSender and BlockReceiver functionality in a
single interface to be implemented by a single class so that
BlockSender and BlockReceiver functionality can be provided
by a single instance. |
interface |
ByteArrayReceiver
The Interface ByteArrayReceiver.
|
interface |
ByteBlockReceiver
The
ByteBlockReceiver is used to receive byte blocks (arrays) in a
unified way. |
interface |
ByteBlockTransceiver
Combines the
BlockSender and BlockReceiver functionality in a
single interface to be implemented by a single class so that
BlockSender and BlockReceiver functionality can be provided
by a single instance. |
interface |
ByteDatagramReceiver
The
ByteDatagramReceiver is used to receive bytes in a unified way. |
interface |
ByteDatagramTransceiver
Combines the
DatagramSender and DatagramReceiver
functionality in a single interface to be implemented by a single class so
that DatagramSender and DatagramReceiver functionality can be
provided by a single instance. |
interface |
ByteReceiver
The Interface ByteReceiver.
|
interface |
ByteTransceiver
A
ByteTransceiver combines the functionality of a ByteSender
and of a ByteReceiver . e.g. for building loopback devices. |
interface |
ConnectionByteReceiver<CON>
The
ConnectionByteReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton ) for data types "byte". |
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 |
ConnectionReceiver<DATA extends Serializable,CON>
The
ConnectionReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton ). |
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 |
ConnectionTransceiver<DATA extends Serializable,CON>
The
ConnectionTransceiver defines the DatagramTransceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton ). |
interface |
DatagramReceiver<DATA extends Serializable>
The
DatagramReceiver is used to receive datagrams in a unified way. |
interface |
DatagramTransceiver<DATA extends Serializable>
Combines the
DatagramSender and DatagramReceiver
functionality in a single interface to be implemented by a single class so
that DatagramSender and DatagramReceiver functionality can be
provided by a single instance. |
interface |
InputStreamConnectionByteReceiver
A
InputStreamConnectionByteReceiver is a DatagramReceiver
connected through I/O streams with a OutputStreamConnectionSender . |
interface |
InputStreamConnectionReceiver<DATA extends Serializable>
A
InputStreamConnectionReceiver is a DatagramReceiver
connected through I/O streams with a OutputStreamConnectionSender . |
interface |
LoopbackByteReceiver
A
LoopbackByteReceiver is a DatagramReceiver connected
directly within the same JVM with a LoopbackByteSender ; a "loopback"
connection is used for establishing the connection which cannot be accessed
outside the JVM or the running machine. |
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. |
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 |
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 |
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. |
interface |
Receiver<DATA extends Serializable>
The Interface Receiver.
|
interface |
ShortBlockReceiver
The
ShortBlockReceiver is used to receive short blocks (arrays) in a
unified way. |
interface |
ShortDatagramReceiver
The
ShortDatagramReceiver is used to receive shorts in a unified way. |
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. |
interface |
Transceiver<DATA extends Serializable>
A
Transceiver combines the functionality of a Sender and of a
Receiver . e.g. for building loopback devices. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractByteReceiver
The
AbstractByteReceiver is a base abstract implementation of the
ByteReceiver interface providing common functionality for concrete
real live ByteDatagramReceiver and ByteBlockReceiver (=
ByteReceiver ) implementations. |
class |
AbstractInputStreamByteReceiver
Abstract implementation of the
ByteReceiver interface. |
class |
AbstractInputStreamReceiver<DATA extends Serializable>
Abstract implementation of the
Receiver interface. |
class |
AbstractPrefetchInputStreamByteReceiver
Abstract implementation of the
ByteReceiver interface. |
class |
AbstractPrefetchInputStreamReceiver<DATA extends Serializable>
Abstract implementation of the
Receiver interface. |
class |
AbstractReceiver<DATA extends Serializable>
The
AbstractReceiver is a base abstract implementation of the
Receiver interface providing common functionality for concrete real
live ByteDatagramReceiver and ByteBlockReceiver (=
Receiver ) implementations. |
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 |
BidirectionalStreamByteTransceiverImpl
The Class BidirectionalStreamByteTransceiverImpl.
|
class |
BidirectionalStreamConnectionByteTransceiverImpl
The Class BidirectionalStreamConnectionByteTransceiverImpl.
|
class |
BidirectionalStreamConnectionTransceiverImpl<DATA extends Serializable>
The Class BidirectionalStreamConnectionTransceiverImpl.
|
class |
BidirectionalStreamTransceiverImpl<DATA extends Serializable>
The Class BidirectionalStreamTransceiverImpl.
|
class |
ByteArrayReceiverImpl
The Class ByteArrayReceiverImpl.
|
class |
ByteReceiverDecorator
The
ByteReceiverDecorator decorates a ByteProvider with the
additional methods of a ByteReceiver making it easy to use a
ByteProvider wherever a ByteReceiver is expected. |
class |
InputStreamByteReceiverImpl
The Class InputStreamByteReceiverImpl.
|
class |
InputStreamConnectionByteReceiverImpl
Implementation of the
InputStreamConnectionReceiver interface. |
class |
InputStreamConnectionReceiverImpl<DATA extends Serializable>
Implementation of the
InputStreamConnectionReceiver interface. |
class |
InputStreamReceiverImpl<DATA extends Serializable>
The Class InputStreamReceiverImpl.
|
class |
LoopbackByteReceiverImpl
Implementation of the
LoopbackByteReceiver interface. |
class |
LoopbackByteTransceiverImpl
Implementation of the
LoopbackByteTransceiver interface. |
class |
LoopbackReceiverImpl<DATA extends Serializable>
Implementation of the
LoopbackReceiver interface. |
class |
LoopbackShortReceiverImpl
Implementation of the
LoopbackShortReceiver interface. |
class |
LoopbackShortTransceiverImpl
Implementation of the
LoopbackShortTransceiver interface. |
class |
LoopbackTransceiverImpl<DATA extends Serializable>
Implementation of the
LoopbackTransceiver interface. |
class |
PrefetchBidirectionalStreamByteTransceiverImpl
The Class PrefetchBidirectionalStreamByteTransceiverImpl.
|
class |
PrefetchBidirectionalStreamConnectionByteTransceiverImpl
The Class PrefetchBidirectionalStreamConnectionByteTransceiverImpl.
|
class |
PrefetchBidirectionalStreamConnectionTransceiverImpl<DATA extends Serializable>
The Class PrefetchBidirectionalStreamConnectionTransceiverImpl.
|
class |
PrefetchBidirectionalStreamTransceiverImpl<DATA extends Serializable>
The Class PrefetchBidirectionalStreamTransceiverImpl.
|
class |
PrefetchInputStreamByteReceiverImpl
The Class PrefetchInputStreamByteReceiverImpl.
|
class |
PrefetchInputStreamConnectionByteReceiverImpl
Implementation of the
InputStreamConnectionReceiver interface. |
class |
PrefetchInputStreamConnectionReceiverImpl<DATA extends Serializable>
Implementation of the
InputStreamConnectionReceiver interface. |
class |
PrefetchInputStreamReceiverImpl<DATA extends Serializable>
The Class PrefetchInputStreamReceiverImpl.
|
class |
ReceiverDecorator<DATA extends Serializable>
The
ReceiverDecorator decorates a Provider with the
additional methods of a Receiver making it easy to use a
Provider wherever a Receiver is expected. |
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. |
Copyright © 2018. All rights reserved.