cleanUp() | socketlibrary::Socket | static |
CommunicatingSocket(int type, int protocol) (defined in socketlibrary::CommunicatingSocket) | socketlibrary::CommunicatingSocket | protected |
CommunicatingSocket(int newSD) (defined in socketlibrary::CommunicatingSocket) | socketlibrary::CommunicatingSocket | protected |
connect(const string &foreignAddress, unsigned short foreignPort) | socketlibrary::CommunicatingSocket | |
getForeignAddress() | socketlibrary::CommunicatingSocket | |
getForeignPort() | socketlibrary::CommunicatingSocket | |
getLocalAddress() | socketlibrary::Socket | |
getLocalPort() | socketlibrary::Socket | |
peek(void *buffer, int bufferLen) | socketlibrary::CommunicatingSocket | |
readLine(char *buffer, int bufferLen, const char delimiter= '\n') | socketlibrary::CommunicatingSocket | |
recv(void *buffer, int bufferLen) | socketlibrary::CommunicatingSocket | |
resolveService(const string &service, const string &protocol="tcp") | socketlibrary::Socket | static |
send(const void *buffer, int bufferLen) | socketlibrary::CommunicatingSocket | |
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0) | socketlibrary::Socket | |
setLocalPort(unsigned short localPort) | socketlibrary::Socket | |
sock (defined in socketlibrary::Socket) | socketlibrary::Socket | protected |
Socket(int type, int protocol) (defined in socketlibrary::Socket) | socketlibrary::Socket | protected |
Socket(int sock) (defined in socketlibrary::Socket) | socketlibrary::Socket | protected |
TCPServerSocket (defined in socketlibrary::TCPSocket) | socketlibrary::TCPSocket | friend |
TCPServerSocketM (defined in socketlibrary::TCPSocket) | socketlibrary::TCPSocket | friend |
TCPSocket() | socketlibrary::TCPSocket | |
TCPSocket(const string &foreignAddress, unsigned short foreignPort) | socketlibrary::TCPSocket | |
~Socket() | socketlibrary::Socket | |