#include <connectionhandler.h>

Public Member Functions | |
| virtual | ~ConnectionHandler () |
| virtual void | handleIncomingConnection (ConnectionBase *connection)=0 |
You should not need to use this class directly.
Definition at line 33 of file connectionhandler.h.
| virtual ~ConnectionHandler | ( | ) | [inline, virtual] |
Virtual Destructor.
Definition at line 39 of file connectionhandler.h.
| virtual void handleIncomingConnection | ( | ConnectionBase * | connection | ) | [pure virtual] |
This function is called to receive an incoming connection.
| connection | The incoming connection. |
Implemented in SOCKS5BytestreamServer.
1.5.5