|
Class Summary |
| PTCPLink |
This is a TCP implementation of the Link interface. |
| PTCPLinkFactory |
This is a TCP implementation of the LinkFactory Interface. |
| PTCPReceiverThread |
Listens for TCP packets arriving at a socket and performs various operations
based on situations arising during communication. |
| PTCPSenderThread |
Responsible for sending tcp packets across the socket connection that is
established during initializations. |
| PTCPServerThread |
This is used by the broker process to set up a ServerSocket at the port
number that is specified. |