Home
last modified time | relevance | path

Searched refs:BlockingHttpServer (Results 1 – 4 of 4) sorted by relevance

/dports/devel/kf5-kio/kio-5.89.0/autotests/
H A Dhttpserver_p.h20 class BlockingHttpServer; variable
121 BlockingHttpServer *m_server;
127 class BlockingHttpServer : public QTcpServer in Q_DECLARE_OPERATORS_FOR_FLAGS()
131 BlockingHttpServer(bool ssl) in Q_DECLARE_OPERATORS_FOR_FLAGS()
136 ~BlockingHttpServer() override in Q_DECLARE_OPERATORS_FOR_FLAGS()
H A Dhttpserver_p.cpp122 m_server = new BlockingHttpServer(m_features & Ssl); in run()
254 void BlockingHttpServer::incomingConnection(qintptr socketDescriptor) in incomingConnection()
260 …Overload<const QList<QSslError> &>(&QSslSocket::sslErrors), this, &BlockingHttpServer::slotSslErro… in incomingConnection()
/dports/www/kdsoap/kdsoap-1.9.0/testtools/
H A Dhttpserver_p.cpp206 class BlockingHttpServer : public QTcpServer class
210 BlockingHttpServer(bool ssl) : doSsl(ssl), sslSocket(0) {} in BlockingHttpServer() function in BlockingHttpServer
211 ~BlockingHttpServer() {} in ~BlockingHttpServer()
330 m_server = new BlockingHttpServer(m_features & Ssl); in run()
H A Dhttpserver_p.h42 class BlockingHttpServer; variable
181 BlockingHttpServer *m_server;