bitz-server  0.1.6
socketlibrary::TCPSocket Member List

This is the complete list of members for socketlibrary::TCPSocket, including all inherited members.

cleanUp()socketlibrary::Socketstatic
CommunicatingSocket(int type, int protocol) (defined in socketlibrary::CommunicatingSocket)socketlibrary::CommunicatingSocketprotected
CommunicatingSocket(int newSD) (defined in socketlibrary::CommunicatingSocket)socketlibrary::CommunicatingSocketprotected
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::Socketstatic
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::Socketprotected
Socket(int type, int protocol) (defined in socketlibrary::Socket)socketlibrary::Socketprotected
Socket(int sock) (defined in socketlibrary::Socket)socketlibrary::Socketprotected
TCPServerSocket (defined in socketlibrary::TCPSocket)socketlibrary::TCPSocketfriend
TCPServerSocketM (defined in socketlibrary::TCPSocket)socketlibrary::TCPSocketfriend
TCPSocket()socketlibrary::TCPSocket
TCPSocket(const string &foreignAddress, unsigned short foreignPort)socketlibrary::TCPSocket
~Socket()socketlibrary::Socket