#include <connectiondatahandler.h>
Inherited by ClientBase, ConnectionBOSH [private], ConnectionHTTPProxy, ConnectionSOCKS5Proxy, ConnectionTLS, SOCKS5Bytestream, and SOCKS5BytestreamServer.
Inheritance diagram for ConnectionDataHandler:

Public Member Functions | |
| virtual | ~ConnectionDataHandler () |
| virtual void | handleReceivedData (const ConnectionBase *connection, const std::string &data)=0 |
| virtual void | handleConnect (const ConnectionBase *connection)=0 |
| virtual void | handleDisconnect (const ConnectionBase *connection, ConnectionError reason)=0 |
You should not need to use this class directly.
Definition at line 35 of file connectiondatahandler.h.
|
|
Virtual Destructor. Definition at line 41 of file connectiondatahandler.h. |
|
|
This function is called when e.g. the raw TCP connection was established.
Implemented in ClientBase, ConnectionBOSH, ConnectionHTTPProxy, ConnectionSOCKS5Proxy, ConnectionTLS, SOCKS5Bytestream, and SOCKS5BytestreamServer. |
|
||||||||||||
|
This connection is called when e.g. the raw TCP connection was closed.
Implemented in ClientBase, ConnectionBOSH, ConnectionHTTPProxy, ConnectionSOCKS5Proxy, ConnectionTLS, SOCKS5Bytestream, and SOCKS5BytestreamServer. |
|
||||||||||||
|
This function is called for received from the underlying transport.
Implemented in ClientBase, ConnectionBOSH, ConnectionHTTPProxy, ConnectionSOCKS5Proxy, ConnectionTLS, SOCKS5Bytestream, and SOCKS5BytestreamServer. |
1.4.1