17 #ifndef NURIA_HTTPBACKEND_HPP
18 #define NURIA_HTTPBACKEND_HPP
20 #include "network_global.hpp"
47 virtual bool isListening ()
const = 0;
53 virtual int port ()
const = 0;
59 virtual bool isSecure ()
const;
88 virtual void serverThreadCreated (QThread *thread);
93 #endif // NURIA_HTTPBACKEND_HPP
Definition: abstractsessionmanager.hpp:24
Server for the HyperText Transfer Protocol.
Definition: httpserver.hpp:71
Base class for HttpServer back-ends.
Definition: httpbackend.hpp:34