17 #ifndef NURIA_FASTCGIBACKEND_HPP
18 #define NURIA_FASTCGIBACKEND_HPP
20 #include <nuria/httpbackend.hpp>
21 #include <QLocalServer>
22 #include <QHostAddress>
28 namespace Internal {
class FastCgiThreadObject; }
29 class FastCgiBackendPrivate;
30 class FastCgiTransport;
109 bool listen (
int port,
const QHostAddress &iface = QHostAddress::Any);
112 bool listenLocal (
const QString &name, QLocalServer::SocketOptions options = QLocalServer::NoOptions);
181 friend class Internal::FastCgiThreadObject;
182 FastCgiBackendPrivate *d_ptr;
184 void addTcpConnection (qintptr handle);
185 void addLocalConnection (qintptr handle);
191 #endif // NURIA_FASTCGIBACKEND_HPP
FastCGI integration for HttpServer.
Definition: fastcgibackend.hpp:92
Definition: abstractsessionmanager.hpp:24
void setMaxConcurrentConnections(int count)
QMap< QByteArray, QByteArray > customConfiguration() const
~FastCgiBackend() override
int maxConcurrentConnections() const
Server for the HyperText Transfer Protocol.
Definition: httpserver.hpp:71
FastCgiBackend(HttpServer *server)
void setCustomConfiguration(const QByteArray &name, const QByteArray &value)
void serverThreadCreated(QThread *thread) override
Base class for HttpServer back-ends.
Definition: httpbackend.hpp:34
void setMaxConcurrentRequests(int count) const
int currentConnectionCount() const
bool listenLocal(const QString &name, QLocalServer::SocketOptions options=QLocalServer::NoOptions)
int maxConcurrentRequests() const