42 #ifndef QUNIXSOCKETSERVER_P_H 43 #define QUNIXSOCKETSERVER_P_H 56 #include <QtCore/qobject.h> 75 bool isListening()
const;
78 int socketDescriptor()
const;
81 int maxPendingConnections()
const;
82 void setMaxPendingConnections(
int numConnections);
85 virtual void incomingConnection(
int socketDescriptor) = 0;
97 #endif // QUNIXSOCKETSERVER_P_H #define QT_END_NAMESPACE
This macro expands to.
The QByteArray class provides an array of bytes.
The QObject class is the base class of all Qt objects.
QUnixSocketServerPrivate * d
#define QT_BEGIN_NAMESPACE
This macro expands to.
The QUnixSocketServer class provides a Unix domain socket based server.
ServerError
The ServerError enumeration represents the errors that can occur during server establishment.