1 #ifndef TORCHTTPSERVERADDRESS_H 2 #define TORCHTTPSERVERADDRESS_H 18 bool Listen(
const QHostAddress &Address,
int Port = 0);
27 #endif // TORCHTTPSERVERADDRESS_H bool Listen(const QHostAddress &Address, int Port=0)
~TorcHTTPServerListener()
void incomingConnection(qintptr SocketDescriptor) overridefinal
TorcHTTPServerListener(TorcHTTPServer *Parent, const QHostAddress &Address, int Port=0)
void NewConnection(qintptr SocketDescriptor)