| Class | Description |
|---|---|
| AbstractByteProvider |
The
AbstractByteProvider is a base abstract implementation of the
ByteReceiver interface providing common functionality for concrete
real live ByteDatagramReceiver and ByteBlockReceiver (=
ByteReceiver) implementations. |
| AbstractByteReceiver |
The
AbstractByteReceiver is a base abstract implementation of the
ByteReceiver interface providing common functionality for concrete
real live ByteDatagramReceiver and ByteBlockReceiver (=
ByteReceiver) implementations. |
| AbstractByteReceiver.ConnectableAutomaton |
The Class ConnectableAutomaton.
|
| AbstractByteSender |
The
AbstractByteSender is a base abstract implementation of the
ByteSender interface providing common functionality for concrete real
live ByteDatagramSender and ByteBlockSender (=
ByteSender) implementations. |
| AbstractInputStreamByteReceiver |
Abstract implementation of the
ByteReceiver interface. |
| AbstractInputStreamReceiver |
Abstract implementation of the
Receiver interface. |
| AbstractPrefetchInputStreamByteReceiver |
Abstract implementation of the
ByteReceiver interface. |
| AbstractPrefetchInputStreamReceiver |
Abstract implementation of the
Receiver interface. |
| AbstractReceiver |
The
AbstractReceiver is a base abstract implementation of the
Receiver interface providing common functionality for concrete real
live ByteDatagramReceiver and ByteBlockReceiver (=
Receiver) implementations. |
| AbstractSender |
The
AbstractSender is a base abstract implementation of the
ByteSender interface providing common functionality for concrete real
live ByteDatagramSender and ByteBlockSender (=
ByteSender) implementations. |
| AbstractShortReceiver |
The
AbstractShortReceiver is a base abstract implementation of the
ShortReceiver interface providing common functionality for concrete
real live ShortDatagramReceiver and ShortBlockReceiver (=
ShortReceiver) implementations. |
| AbstractShortSender |
The
AbstractShortSender is a base abstract implementation of the
ShortSender interface providing common functionality for concrete
real live ShortDatagramSender and ShortBlockSender (=
ShortSender) implementations. |
| BidirectionalConnectionByteTransceiver |
The
BidirectionalConnectionByteTransceiver defines the
DatagramTransceiver functionality set on top of a I/O connection (as
of the BidirectionalConnectionComponent.BidirectionalConnectionAutomaton). |
| BidirectionalConnectionTransceiver |
The
BidirectionalConnectionTransceiver defines the
DatagramTransceiver functionality set on top of a I/O connection (as
of the BidirectionalConnectionComponent.BidirectionalConnectionAutomaton). |
| BidirectionalStreamConnectionByteTransceiver |
A
BidirectionalStreamConnectionByteTransceiver is a
DatagramTransceiver connected through I/O streams with another
BidirectionalStreamConnectionByteTransceiver. |
| BidirectionalStreamConnectionTransceiver |
A
BidirectionalStreamConnectionTransceiver is a
DatagramTransceiver connected through I/O streams with another
BidirectionalStreamConnectionTransceiver. |
| BlockConsumer |
The
BlockConsumer is used to send datagram blocks (arrays) in a
unified way. |
| BlockProvider |
The
BlockProvider is used to receive datagram blocks (arrays) in a
unified way. |
| BlockReceiver |
The
BlockReceiver is used to receive datagram blocks (arrays) in a
unified way. |
| BlockSender |
The
BlockSender is used to send datagram blocks (arrays) in a unified
way. |
| ByteArrayConsumer |
The Interface ByteArrayConsumer.
|
| ByteArrayProvider |
The Interface ByteArrayProvider.
|
| ByteArrayReceiver |
The Interface ByteArrayReceiver.
|
| ByteBlockConsumer |
The
ByteBlockConsumer is used to send byte blocks (arrays) in a
unified way. |
| ByteBlockProvider |
The
ByteBlockProvider is used to receive byte blocks (arrays) in a
unified way. |
| ByteBlockReceiver |
The
ByteBlockReceiver is used to receive byte blocks (arrays) in a
unified way. |
| ByteBlockSender |
The
ByteBlockSender is used to send byte blocks (arrays) in a unified
way. |
| ByteConsumer |
The Interface ByteConsumer.
|
| ByteDatagramConsumer |
The
ByteDatagramConsumer is used to send bytes in a unified way. |
| ByteDatagramProvider |
The
ByteDatagramProvider is used to receive bytes in a unified way. |
| ByteDatagramReceiver |
The
ByteDatagramReceiver is used to receive bytes in a unified way. |
| ByteDatagramSender |
The
ByteDatagramSender is used to send bytes in a unified way. |
| ByteProvider |
The Interface ByteProvider.
|
| ByteReceiver |
The Interface ByteReceiver.
|
| ByteSender |
The Interface ByteSender.
|
| ByteTransceiver |
A
ByteTransceiver combines the functionality of a ByteSender
and of a ByteReceiver. e.g. for building loopback devices. |
| ConnectionByteReceiver |
The
ConnectionByteReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "byte". |
| ConnectionByteSender |
The
ConnectionByteSender defines the DatagramSender
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "byte". |
| ConnectionByteTransceiver |
The
ConnectionByteTransceiver defines the DatagramTransceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "byte". |
| ConnectionReceiver |
The
ConnectionReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton). |
| ConnectionSender |
The
ConnectionSender defines the DatagramSender functionality
set on top of a connection (as of the ConnectionComponent.ConnectionAutomaton). |
| ConnectionShortReceiver |
The
ConnectionShortReceiver defines the DatagramReceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "short". |
| ConnectionShortSender |
The
ConnectionShortSender defines the DatagramSender
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton) for data types "short". |
| ConnectionShortTransceiver |
The
ConnectionShortTransceiver defines the
DatagramTransceiver functionality set on top of a connection (as of
the ConnectionComponent.ConnectionAutomaton) for data types "short". |
| ConnectionTransceiver |
The
ConnectionTransceiver defines the DatagramTransceiver
functionality set on top of a connection (as of the
ConnectionComponent.ConnectionAutomaton). |
| Consumer |
The Interface Consumer.
|
| DatagramConsumer |
The
DatagramConsumer is used to send datagrams in a unified way. |
| DatagramProvider |
The
DatagramProvider is used to receive datagrams in a unified way. |
| DatagramReceiver |
The
DatagramReceiver is used to receive datagrams in a unified way. |
| DatagramSender |
The
DatagramSender is used to send datagrams in a unified way. |
| DatagramTransceiver |
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. |
| InputStreamAccessor |
Provides an accessor for a Input-Stream property.
|
| InputStreamAccessor.InputStreamBuilder |
Provides a builder method for a Input-Stream property returning the
builder for applying multiple build operations.
|
| InputStreamAccessor.InputStreamMutator |
Provides a mutator for a Input-Stream property.
|
| InputStreamAccessor.InputStreamProperty |
Provides a Input-Stream property.
|
| InputStreamConnectionByteReceiver |
A
InputStreamConnectionByteReceiver is a DatagramReceiver
connected through I/O streams with a OutputStreamConnectionSender. |
| InputStreamConnectionReceiver |
A
InputStreamConnectionReceiver is a DatagramReceiver
connected through I/O streams with a OutputStreamConnectionSender. |
| InputStreamStringBuilder | |
| 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. |
| LoopbackByteSender |
A
LoopbackByteSender 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. |
| 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. |
| LoopbackReceiver |
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. |
| LoopbackSender |
A
LoopbackSender is a DatagramSender connected directly
within the same JVM with a LoopbackReceiver; a "loopback" connection
is used for establishing the connection which cannot be accessed outside the
JVM or the running machine. |
| 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. |
| 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. |
| 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. |
| LoopbackTransceiver |
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. |
| MaxConnectionsAccessor |
Provides an accessor for a maximum connections property.
|
| MaxConnectionsAccessor.MaxConnectionsBuilder |
Provides a builder method for a maximum connections property returning
the builder for applying multiple build operations.
|
| MaxConnectionsAccessor.MaxConnectionsMutator |
Provides a mutator for a maximum connections property.
|
| OutputStreamAccessor |
Provides an accessor for a Output-Stream property.
|
| OutputStreamAccessor.OutputStreamBuilder |
Provides a builder method for a Output-Stream property returning the
builder for applying multiple build operations.
|
| OutputStreamAccessor.OutputStreamMutator |
Provides a mutator for a Output-Stream property.
|
| OutputStreamConnectionByteSender |
A
OutputStreamConnectionByteSender is a DatagramSender
connected through I/O streams with a InputStreamConnectionReceiver. |
| OutputStreamConnectionSender |
A
OutputStreamConnectionSender is a DatagramSender connected
through I/O streams with a InputStreamConnectionReceiver. |
| Provider |
The Interface Provider.
|
| Receivable |
The Interface Receivable.
|
| Receiver |
The Interface Receiver.
|
| Sendable |
The Interface Sendable.
|
| Sender |
The Interface Sender.
|
| ShortBlockConsumer |
The
ShortBlockConsumer is used to send short blocks (arrays) in a
unified way. |
| ShortBlockProvider |
The
ShortBlockProvider is used to receive short blocks (arrays) in a
unified way. |
| ShortBlockReceiver |
The
ShortBlockReceiver is used to receive short blocks (arrays) in a
unified way. |
| ShortBlockSender |
The
ShortBlockSender is used to send short blocks (arrays) in a
unified way. |
| ShortConsumer |
The Interface ShortConsumer.
|
| ShortDatagramConsumer |
The
ShortDatagramConsumer is used to send shorts in a unified way. |
| ShortDatagramProvider |
The
ShortDatagramProvider is used to receive shorts in a unified way. |
| ShortDatagramReceiver |
The
ShortDatagramReceiver is used to receive shorts in a unified way. |
| ShortDatagramSender |
The
ShortDatagramSender is used to send shorts in a unified way. |
| ShortProvider |
The Interface ShortProvider.
|
| ShortReceiver |
The Interface ShortReceiver.
|
| ShortSender |
The Interface ShortSender.
|
| ShortTransceiver |
A
ShortTransceiver combines the functionality of a
ShortSender and of a ShortReceiver. e.g. for building
loopback devices. |
| Transceiver |
A
Transceiver combines the functionality of a Sender and of a
Receiver. e.g. for building loopback devices. |
Copyright © 2018. All rights reserved.