cleanUp() | Socket | [static] |
CommunicatingSocket(int type, int protocol) | CommunicatingSocket | [protected] |
CommunicatingSocket(int newConnSD) | CommunicatingSocket | [protected] |
connect(const string &foreignAddress, unsigned short foreignPort) | CommunicatingSocket | |
getForeignAddress() | CommunicatingSocket | |
getForeignPort() | CommunicatingSocket | |
getLocalAddress() | Socket | |
getLocalPort() | Socket | |
recv(void *buffer, int bufferLen) | CommunicatingSocket | |
resolveService(const string &service, const string &protocol="tcp") | Socket | [static] |
send(const void *buffer, int bufferLen) | CommunicatingSocket | |
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 class | TCPSocket | [friend] |
TCPSocket() | TCPSocket | |
TCPSocket(const string &foreignAddress, unsigned short foreignPort) | TCPSocket | |
TCPSocket(int newConnSD) | TCPSocket | [private] |
~Socket() | Socket |