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

Public Member Functions | |
| TCPServerSocket (unsigned short localPort, int queueLen=5) throw (SocketException) | |
| TCPServerSocket (const string &localAddress, unsigned short localPort, int queueLen=5) throw (SocketException) | |
| TCPSocket * | accept () throw (SocketException) |
| TCPServerSocket (unsigned short localPort, int queueLen=5) throw (SocketException) | |
| TCPServerSocket (const string &localAddress, unsigned short localPort, int queueLen=5) throw (SocketException) | |
| TCPSocket * | accept () throw (SocketException) |
Private Member Functions | |
| void | setListen (int queueLen) throw (SocketException) |
| void | setListen (int queueLen) throw (SocketException) |
|
||||||||||||
|
Construct a TCP socket for use with a server, accepting connections on the specified port on any interface
|
|
||||||||||||||||
|
Construct a TCP socket for use with a server, accepting connections on the specified port on the interface specified by the given address
|
|
||||||||||||
|
Construct a TCP socket for use with a server, accepting connections on the specified port on any interface
|
|
||||||||||||||||
|
Construct a TCP socket for use with a server, accepting connections on the specified port on the interface specified by the given address
|
|
|
Blocks until a new connection is established on this socket or error
|
|
|
|
|
|
Blocks until a new connection is established on this socket or error
|
|
|
|
1.4.5-20051010