Home || Architecture || Video Search || Visual Search || Scripts || Applications || Important Messages || OGL || Src

TCPSocket Class Reference

TCP socket for communication with other TCP sockets. More...

#include <PracticalSocket.h>

Inheritance diagram for TCPSocket:

Inheritance graph
[legend]
Collaboration diagram for TCPSocket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TCPSocket () throw (SocketException)
 Construct a TCP socket with no connection
Exceptions:
SocketException thrown if unable to create TCP socket.

 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

Detailed Description

TCP socket for communication with other TCP sockets.

Definition at line 190 of file PracticalSocket.h.


The documentation for this class was generated from the following files:
Generated on Fri Mar 19 10:32:56 2010 for ImpalaSrc by  doxygen 1.5.1