#include <Connection.hh>
Inheritance diagram for conn::Connection:
Public Member Functions | |
virtual | ~Connection ()=0 |
Protected Member Functions | |
bool | isHeaderEnd (const string &) |
virtual int | connectHost (const string &, int, int)=0 |
virtual int | disconnectHost (void)=0 |
virtual int | sendHost (const string &)=0 |
virtual string | receiveHost (const bool)=0 |
|
|
|
Implemented in conn::SocketConnection. |
|
Implemented in conn::SocketConnection, and conn::WinSockConnection. |
|
|
|
Implemented in conn::SocketConnection. |
|
Implemented in conn::SocketConnection. |