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

TCPServerSocket Class Reference

TCP socket class for servers. More...

#include <PracticalSocket.h>

Inheritance diagram for TCPServerSocket:

Inheritance graph
[legend]
Collaboration diagram for TCPServerSocket:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TCPServerSocket (unsigned short localPort, int queueLen=5) throw (SocketException)
 Construct a TCP socket for use with a server, accepting connections on the specified port on any interface.
 TCPServerSocket (const string &localAddress, unsigned short localPort, int queueLen=5) throw (SocketException)
 Construct a TCP socket for use with a server, accepting connections on the specified port on the interface specified by the given address.
TCPSocketaccept () throw (SocketException)
 Blocks until a new connection is established on this socket or error.

Private Member Functions

void setListen (int queueLen) throw (SocketException)

Detailed Description

TCP socket class for servers.

Definition at line 217 of file PracticalSocket.h.


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