|
Class Summary |
| UDPAddress |
This class defines the UDP implementation of the PhysicalAddress
class expected by the transport layer component. |
| UDPDeliverThread |
This class defines a thread which is used to call
TransportClient instances when a new message has been
received by the transport layer. |
| UDPMessage |
This class is used to implement incoming or outgoing messages
through an instance of the UDPTransportLayer class. |
| UDPTransportLayer |
This class implements a UDP implementation of the TransportLayer
interface. |
| UDPTransportThread |
This class is a helper for running threads in the UDPInstance
class. |