Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCFNet::SocketListeningLoop Class Reference

#include <SocketListeningLoop.h>

Inheritance diagram for VCFNet::SocketListeningLoop:

VCF::Thread VCF::Object VCF::Runnable VCF::Waitable List of all members.

Public Member Functions

 SocketListeningLoop (Socket *socket)
virtual ~SocketListeningLoop ()
virtual bool run ()
 run method for the thread.
virtual void onDataReceived (SocketEvent *event)
virtual void onClientConnected (SocketEvent *event)
virtual void onClientDisconnected (SocketEvent *event)

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:
   Comments or Suggestions?    License Information