AbstractServerSocket |
The AbstractServerSocket interface provides methods to manage the sockets of a connection oriented
transport mapping listening for incoming requests.
|
AbstractSocketEntry |
|
AbstractTcpServerThread |
|
AbstractTransportMapping |
The AbstractTransportMapping provides an abstract
implementation for the message dispatcher list and the maximum inbound
message size.
|
ConnectionOrientedTransportMapping |
Transport mappings for connection oriented transport protocols have to
implement this interface.
|
DefaultTcpTransportMapping.ServerThread |
|
DefaultTcpTransportMapping.SocketEntry |
|
DefaultUdpTransportMapping |
The DefaultUdpTransportMapping implements a UDP transport
mapping based on Java standard IO and using an internal thread for
listening on the inbound socket.
|
DefaultUdpTransportMapping.ListenThread |
|
DTLSTM.SocketEntry |
|
DummyTransport.MessageContainer |
|
MessageLength |
The MessageLength object contains information about the
length of a message and the length of its header.
|
MessageLengthDecoder |
The MessageLengthDecoder needs to be implemented for connection
oriented transport mappings, because those transport mappings have no message
boundaries.
|
SocketTimeout |
The SocketTimeout is a TimerTask that provides means to detect when a socket is not used for
predefined time and then close the socket and free its resources.
|
TcpTransportMapping |
The TcpTransportMapping is the abstract base class for
TCP transport mappings.
|
TLSTM.ServerThread |
|
TLSTM.SocketEntry |
|
TransportListener |
The TransportListener interface is implemented by objects
that process incoming messages from TransportMapping s, for
example MessageDispatcher .
|
TransportMappings |
The TransportMappings factory can be used to create a transport
mapping for an address class.
|
TransportStateEvent |
The TransportStateEvent describes a state change for
a transport connection.
|
TransportStateListener |
The TransportStateListener interface can be implemented
to monitor the connection state for connection oriented transport mappings.
|
TransportType |
The TransportType defines the communication capabilities of a TransportMapping
regarding the communication initiation (thus its direction).
|
UdpTransportMapping |
The UdpTransportMapping is the abstract base class for
UDP transport mappings.
|