accept() | TCPServerSocket | |
cleanUp() | Socket | [static] |
getLocalAddress() | Socket | |
getLocalPort() | Socket | |
resolveService(const string &service, const string &protocol="tcp") | Socket | [static] |
setListen(int queueLen) | TCPServerSocket | [private] |
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0) | Socket | |
setLocalPort(unsigned short localPort) | Socket | |
sockDesc | Socket | [protected] |
Socket(int type, int protocol) | Socket | [protected] |
Socket(int sockDesc) | Socket | [protected] |
TCPServerSocket(unsigned short localPort, int queueLen=5) | TCPServerSocket | |
TCPServerSocket(const string &localAddress, unsigned short localPort, int queueLen=5) | TCPServerSocket | |
~Socket() | Socket |