bitz-server  0.1.6
socketlibrary::TCPServerSocketM Member List

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

accept()socketlibrary::TCPServerSocketM
cleanUp()socketlibrary::Socketstatic
closeClientConnection(TCPSocket *client)socketlibrary::TCPServerSocketM
getLocalAddress()socketlibrary::Socket
getLocalPort()socketlibrary::Socket
getWaitingClients(vector< TCPSocket * > &clients)socketlibrary::TCPServerSocketM
pendingConnections()socketlibrary::TCPServerSocketM
resolveService(const string &service, const string &protocol="tcp")socketlibrary::Socketstatic
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(unsigned short localPort, int queueLen=5)socketlibrary::TCPServerSocket
TCPServerSocket(const string &localAddress, unsigned short localPort, int queueLen=5)socketlibrary::TCPServerSocket
TCPServerSocketM(unsigned short localPort, int queueLen=5)socketlibrary::TCPServerSocketM
~Socket()socketlibrary::Socket