BALL::TCPServerThread Class Reference
#include <BALL/SYSTEM/networking.h>
List of all members.
Detailed Description
This class provides a simple TCP Server running in its own QThread.
Definition at line 100 of file networking.h.
Constructor & Destructor Documentation
| BALL::TCPServerThread::TCPServerThread |
( |
Size |
port, |
|
|
bool |
asynchronous = true, |
|
|
bool |
restart = true | |
|
) |
| | |
Member Function Documentation
| virtual void BALL::TCPServerThread::activate_async |
( |
|
) |
[virtual] |
| virtual void BALL::TCPServerThread::deactivate |
( |
|
) |
[virtual] |
| virtual void BALL::TCPServerThread::handleAsyncConnection |
( |
|
) |
[virtual] |
| virtual void BALL::TCPServerThread::handleClose |
( |
|
) |
[virtual] |
| bool BALL::TCPServerThread::isRunning |
( |
|
) |
|
Returns the state of the server.
| virtual void BALL::TCPServerThread::run |
( |
|
) |
[virtual] |
Member Data Documentation