#include <PracticalSocket.h>
Inheritance diagram for TCPSocket:
Public Member Functions | ||||
TCPSocket () throw (SocketException) | ||||
Construct a TCP socket with no connection
| ||||
TCPSocket (const string &foreignAddress, unsigned short foreignPort) throw (SocketException) | ||||
Construct a TCP socket with a connection to the given foreign address and port. | ||||
Private Member Functions | ||||
TCPSocket (int newConnSD) | ||||
Friends | ||||
class | TCPServerSocket |
Definition at line 190 of file PracticalSocket.h.