VCFNet::SocketListeningLoop Class Reference
#include <SocketListeningLoop.h>
Inheritance diagram for VCFNet::SocketListeningLoop:
List of all members.
Constructor & Destructor Documentation
| VCFNet::SocketListeningLoop::SocketListeningLoop |
( |
Socket * |
socket |
) |
|
|
| virtual VCFNet::SocketListeningLoop::~SocketListeningLoop |
( |
|
) |
[virtual] |
|
Member Function Documentation
| virtual void VCFNet::SocketListeningLoop::onClientConnected |
( |
SocketEvent * |
event |
) |
[virtual] |
|
| virtual void VCFNet::SocketListeningLoop::onClientDisconnected |
( |
SocketEvent * |
event |
) |
[virtual] |
|
| virtual void VCFNet::SocketListeningLoop::onDataReceived |
( |
SocketEvent * |
event |
) |
[virtual] |
|
| virtual bool VCFNet::SocketListeningLoop::run |
( |
|
) |
[virtual] |
|
|
|
run method for the thread.
Overide this method to provide additional functionality. If runnableObject_ is non NULL then it's run() will be called in here.
Reimplemented from VCF::Thread. |
The documentation for this class was generated from the following file: