class |
DefaultTcpTransportMapping |
The DefaultTcpTransportMapping implements a TCP transport
mapping with the Java 1.4 new IO API.
|
class |
DefaultUdpTransportMapping |
The DefaultUdpTransportMapping implements a UDP transport
mapping based on Java standard IO and using an internal thread for
listening on the inbound socket.
|
class |
DTLSTM |
The DTLSTM implements the Datagram Transport Layer Security Transport Mapping (TLS-TM) as defined by RFC
5953 with the new IO API and SSLEngine .
|
class |
DummyTransport<A extends IpAddress> |
The DummyTransport is a test TransportMapping for Command Generators
which actually does not sent messages over the network.
|
class |
DummyTransport.DummyTransportResponder |
|
class |
TcpTransportMapping<S extends AbstractSocketEntry> |
The TcpTransportMapping is the abstract base class for
TCP transport mappings.
|
class |
TLSTM |
The TLSTM implements the Transport Layer Security
Transport Mapping (TLS-TM) as defined by RFC 5953
with the new IO API and SSLEngine .
|
class |
UdpTransportMapping |
The UdpTransportMapping is the abstract base class for
UDP transport mappings.
|