#include <nserversocket.h>
Signals | |
void | gotConnection (int) |
Signal signifying that a new connection was recieved and accepted. | |
Public Member Functions | |
NServerSocket () | |
Creates a new QServerSocket to listen for connections on an arbitrary port. | |
virtual | ~NServerSocket () |
Destroys the QServerSocket and unbinds the port. |
|
Creates a new QServerSocket to listen for connections on an arbitrary port.
|
|
Destroys the QServerSocket and unbinds the port.
|
|
Signal signifying that a new connection was recieved and accepted.
|