#include <PracticalSocket.h>
Inheritance diagram for TCPServerSocket:
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. | |
TCPSocket * | accept () throw (SocketException) |
Blocks until a new connection is established on this socket or error. | |
Private Member Functions | |
void | setListen (int queueLen) throw (SocketException) |
Definition at line 217 of file PracticalSocket.h.