QtWebApp
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 Cstefanfrings::HttpCookieHTTP cookie as defined in RFC 2109
 Cstefanfrings::HttpRequestThis object represents a single HTTP request
 Cstefanfrings::HttpResponseThis object represents a HTTP response, used to return something to the web client
 Cstefanfrings::HttpSessionThis class stores data for a single HTTP session
 Cstefanfrings::LogMessageRepresents a single log message together with some data that are used to decorate the log message
 CQObject
 Cstefanfrings::HttpConnectionHandlerAlias for QSslConfiguration if OpenSSL is not supported
 Cstefanfrings::HttpConnectionHandlerPoolPool of http connection handlers
 Cstefanfrings::HttpRequestHandlerThe request handler generates a response for each HTTP request
 Cstefanfrings::StaticFileControllerDelivers static files
 Cstefanfrings::HttpSessionStoreStores HTTP sessions and deletes them when they have expired
 Cstefanfrings::LoggerDecorates and writes log messages to the console, stderr
 Cstefanfrings::DualFileLoggerWrites log messages into two log files simultaneously
 Cstefanfrings::FileLoggerLogger that uses a text file for output
 Cstefanfrings::TemplateLoaderLoads localized versions of template files
 Cstefanfrings::TemplateCacheCaching template loader, reduces the amount of I/O and improves performance on remote file systems
 CQString
 Cstefanfrings::TemplateEnhanced version of QString for template processing
 CQTcpServer
 Cstefanfrings::HttpListenerListens 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)