QtWebApp
|
Cstefanfrings::HttpCookie | HTTP cookie as defined in RFC 2109 |
Cstefanfrings::HttpRequest | This object represents a single HTTP request |
Cstefanfrings::HttpResponse | This object represents a HTTP response, used to return something to the web client |
Cstefanfrings::HttpSession | This class stores data for a single HTTP session |
Cstefanfrings::LogMessage | Represents a single log message together with some data that are used to decorate the log message |
▼CQObject | |
Cstefanfrings::HttpConnectionHandler | Alias for QSslConfiguration if OpenSSL is not supported |
Cstefanfrings::HttpConnectionHandlerPool | Pool of http connection handlers |
▼Cstefanfrings::HttpRequestHandler | The request handler generates a response for each HTTP request |
Cstefanfrings::StaticFileController | Delivers static files |
Cstefanfrings::HttpSessionStore | Stores HTTP sessions and deletes them when they have expired |
▼Cstefanfrings::Logger | Decorates and writes log messages to the console, stderr |
Cstefanfrings::DualFileLogger | Writes log messages into two log files simultaneously |
Cstefanfrings::FileLogger | Logger that uses a text file for output |
▼Cstefanfrings::TemplateLoader | Loads localized versions of template files |
Cstefanfrings::TemplateCache | Caching template loader, reduces the amount of I/O and improves performance on remote file systems |
▼CQString | |
Cstefanfrings::Template | Enhanced version of QString for template processing |
▼CQTcpServer | |
Cstefanfrings::HttpListener | Listens for incoming TCP connections and and passes all incoming HTTP requests to your implementation of HttpRequestHandler, which processes the request and generates the response (usually a HTML document) |