CSL  6.0
TCPSocket Member List

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

cleanUp()Socketstatic
CommunicatingSocket(int type, int protocol)CommunicatingSocketprotected
CommunicatingSocket(int newConnSD)CommunicatingSocketprotected
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")Socketstatic
send(const void *buffer, int bufferLen)CommunicatingSocket
setLocalAddressAndPort(const string &localAddress, unsigned short localPort=0)Socket
setLocalPort(unsigned short localPort)Socket
sockDescSocketprotected
Socket(int type, int protocol)Socketprotected
Socket(int sockDesc)Socketprotected
TCPServerSocket classTCPSocketfriend
TCPSocket()TCPSocket
TCPSocket(const string &foreignAddress, unsigned short foreignPort)TCPSocket
TCPSocket(int newConnSD)TCPSocketprivate
~Socket()Socket