#include <SocketServer.h>
|
| SocketServer (QObject *parent) |
| Standard Qt constructor passing the owning parent.
|
|
|
void | incomingConnection (qintptr socketDescriptor) override |
| Overridden method to start a thread handling the passed socket descriptor.
|
|
◆ SocketServer()
sf::SocketServer::SocketServer |
( |
QObject * |
parent | ) |
|
|
explicit |
Standard Qt constructor passing the owning parent.
◆ incomingConnection()
void sf::SocketServer::incomingConnection |
( |
qintptr |
socketDescriptor | ) |
|
|
overrideprotected |
Overridden method to start a thread handling the passed socket descriptor.
- Parameters
-
The documentation for this class was generated from the following file: