interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

VOS::ListenerThread Class Reference
[libvos]

#include <vos/vos/localsocketsite.hh>

List of all members.


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


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: