VOS::ListenerThread Class Reference
[libvos]
#include <vos/vos/localsocketsite.hh>
Detailed Description
Internal thread started by LocalSocketSiteExtension.This is the thread that actually reads incoming data from connected sockets, parses it into messages and sets them up for delivery. It also handles output buffering and accepts incoming connections.
Definition at line 144 of file localsocketsite.hh.
Public Member Functions
- ListenerThread (Site *ls, LocalSocketSiteExtension *l, bool *ltq)
- void operator() ()
- Entry point for thread.
- Entry point for thread.
Constructor & Destructor Documentation
| VOS::ListenerThread::ListenerThread | ( | Site * | ls, | |
| LocalSocketSiteExtension * | l, | |||
| bool * | ltq | |||
| ) | [inline] |
Constructor.
- Parameters:
-
ls the site we're receiving messages for l the local socket site extension that started this thread ltq a pointer to a boolean flag; when this is set to "true" the listener thread should quit
Definition at line 157 of file localsocketsite.hh.
Member Function Documentation
| void VOS::ListenerThread::operator() | ( | ) |
Entry point for thread.
The documentation for this class was generated from the following file:
- /home/tetron/hack/vos/libs/vos/vos/localsocketsite.hh