7 #include <QLocalServer>
22 void setProtocol(
Protocol *protocol);
26 void pauseAccepting();
27 void resumeAccepting();
29 void incomingConnection(quintptr handle)
override;
31 qintptr socket()
const;
34 void timeoutConnections();
41 void socketNotifierActivated();
49 qintptr m_socket = -1;
The Cutelyst namespace holds all public Cutelyst API.
QObject * parent() const const