Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
▼Nstefanfrings | |
CTemplate | Enhanced version of QString for template processing |
CTemplateCache | Caching template loader, reduces the amount of I/O and improves performance on remote file systems |
CTemplateLoader | Loads localized versions of template files |
CDualFileLogger | Writes log messages into two log files simultaneously |
CFileLogger | Logger that uses a text file for output |
CLogger | Decorates and writes log messages to the console, stderr |
CLogMessage | Represents a single log message together with some data that are used to decorate the log message |
CHttpConnectionHandler | Alias for QSslConfiguration if OpenSSL is not supported |
CHttpConnectionHandlerPool | Pool of http connection handlers |
CHttpCookie | HTTP cookie as defined in RFC 2109 |
CHttpListener | 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) |
CHttpRequest | This object represents a single HTTP request |
CHttpRequestHandler | The request handler generates a response for each HTTP request |
CHttpResponse | This object represents a HTTP response, used to return something to the web client |
CHttpSession | This class stores data for a single HTTP session |
CHttpSessionStore | Stores HTTP sessions and deletes them when they have expired |
CStaticFileController | Delivers static files |