|
Class Summary |
| TCPAddress |
This class defines the TCP implementation of the PhysicalAddress
class expected by the transport layer component. |
| TCPDeliverThread |
This class defines a thread which is used to call
TransportClient instances when a new message has been
received by the transport layer. |
| TCPMessage |
This class is used to implement incoming or outgoing messages
through an instance of the TCPTransportLayer class. |
| TCPTransportLayer |
This class provides a TCP implementation of the TransportLayer
interface. |