The Connection object created by a ProtoServer when a new connection is established.
More...
#include <ProtoClientConnection.h>
|
|
void | forceClose () |
| | close the socket and call disconnected()
|
| |
The Connection object created by a ProtoServer when a new connection is established.
§ ProtoClientConnection()
| ProtoClientConnection::ProtoClientConnection |
( |
QTcpSocket * |
socket, |
|
|
const int & |
timeout, |
|
|
QObject * |
parent |
|
) |
| |
|
explicit |
Construct the client.
- Parameters
-
| socket | The socket |
| timeout | The timeout when a client is automatically disconnected and the priority unregistered |
| parent | The parent |
The documentation for this class was generated from the following files: