![]() |
ATLAS Offline Software
|
#include <VP1TcpServer.h>
Classes | |
| class | Imp |
Public Slots | |
| void | close () |
Signals | |
| void | receivedExternalRequest (VP1ExternalRequest) |
| void | listenStateChanged (bool) |
Public Member Functions | |
| VP1TcpServer () | |
| virtual | ~VP1TcpServer () |
| bool | listen (QString &err, const quint16 &port=4747) |
| quint16 | port () const |
| bool | isListening () |
Private Slots | |
| void | acceptConnection () |
| void | readData () |
| void | handleError (QAbstractSocket::SocketError) |
| void | socketDestroyed (QObject *) |
| void | listenStateMightHaveChanged () |
Private Attributes | |
| Imp * | m_d |
Definition at line 22 of file VP1TcpServer.h.
| VP1TcpServer::VP1TcpServer | ( | ) |
Definition at line 35 of file VP1TcpServer.cxx.
|
virtual |
Definition at line 50 of file VP1TcpServer.cxx.
|
privateslot |
Definition at line 107 of file VP1TcpServer.cxx.
|
slot |
Definition at line 87 of file VP1TcpServer.cxx.
|
privateslot |
Definition at line 128 of file VP1TcpServer.cxx.
| bool VP1TcpServer::isListening | ( | ) |
Definition at line 81 of file VP1TcpServer.cxx.
| bool VP1TcpServer::listen | ( | QString & | err, |
| const quint16 & | port = 4747 ) |
Definition at line 57 of file VP1TcpServer.cxx.
|
signal |
|
privateslot |
Definition at line 206 of file VP1TcpServer.cxx.
| quint16 VP1TcpServer::port | ( | ) | const |
Definition at line 75 of file VP1TcpServer.cxx.
|
privateslot |
Definition at line 143 of file VP1TcpServer.cxx.
|
signal |
|
privateslot |
Definition at line 196 of file VP1TcpServer.cxx.
|
private |
Definition at line 51 of file VP1TcpServer.h.