|
gloox
1.0.24
|
#include <connectiontcpserver.h>

Public Member Functions | |
| ConnectionTCPServer (ConnectionHandler *ch, const LogSink &logInstance, const std::string &ip, int port) | |
| virtual | ~ConnectionTCPServer () |
| virtual ConnectionError | recv (int timeout=-1) |
| virtual ConnectionError | connect () |
| virtual ConnectionBase * | newInstance () const |
Public Member Functions inherited from ConnectionTCPBase | |
| ConnectionTCPBase (const LogSink &logInstance, const std::string &server, int port=-1) | |
| ConnectionTCPBase (ConnectionDataHandler *cdh, const LogSink &logInstance, const std::string &server, int port=-1) | |
| virtual | ~ConnectionTCPBase () |
| virtual bool | send (const std::string &data) |
| virtual ConnectionError | |