connect(const char *host, int port) | Connection | |
Connection() | Connection | |
Connection(const char *hostname, int port, int iSize) | Connection | |
disconnect(void) | Connection | |
isConnected(void) const | Connection | |
m_iMaxMsgSize | Connection | [private] |
m_sock | Connection | [private] |
message_loop(FILE *in, FILE *out) | Connection | |
receiveMessage(char *msg, int maxsize) | Connection | |
sendMessage(const char *msg) | Connection | |
show(ostream os) | Connection | |
~Connection() | Connection |