#include <PracticalSocket.h>
Inheritance diagram for TCPSocket:

Public Member Functions | |
| TCPSocket () throw (SocketException) | |
| TCPSocket (const string &foreignAddress, unsigned short foreignPort) throw (SocketException) | |
| TCPSocket () throw (SocketException) | |
| TCPSocket (const string &foreignAddress, unsigned short foreignPort) throw (SocketException) | |
Private Member Functions | |
| TCPSocket (int newConnSD) | |
| TCPSocket (int newConnSD) | |
Friends | |
| class | TCPServerSocket |
|
|
Construct a TCP socket with no connection
|
|
||||||||||||
|
Construct a TCP socket with a connection to the given foreign address and port
|
|
|
|
|
|
Construct a TCP socket with no connection
|
|
||||||||||||
|
Construct a TCP socket with a connection to the given foreign address and port
|
|
|
|
|
|
|
1.4.5-20051010