Here are the classes, structs, unions and interfaces with brief descriptions:
DualFileLogger | Logs messages into two log files |
DumpController | This controller dumps the received HTTP request in the response |
FileLogger | Logger that uses a text file for output |
FileUploadController | This controller displays a HTML form for file upload and recieved the file |
FormController | This controller displays a HTML form and dumps the submitted input |
HttpConnectionHandler | The connection handler accepts incoming connections and dispatches incoming requests to to a request mapper |
HttpConnectionHandlerPool | Pool of http connection handlers |
HttpCookie | HTTP cookie as defined in RFC 2109 |
HttpListener | Listens for incoming TCP connections and passes control to one of the pooled connection handlers |
HttpRequest | This object represents a single HTTP request |
HttpRequestHandler | The request handler generates a response for each HTTP request |
HttpResponse | This object represents a HTTP response, in particular the response headers |
HttpSession | This class stores data for a single HTTP session |
HttpSessionStore | Stores HTTP sessions and deletes them when they have expired |
Logger | Decorates and writes log messages to the console, stderr |
LogMessage | Represents a single log message together with some data that are used to decorate the log message |
RequestMapper | The request mapper dispatches incoming HTTP requests to controller classes depending on the requested path |
SessionController | This controller demonstrates how to use sessions |
Startup | Helper class to install and run the application as a windows service |
Static | This class contains some static resources that are used by the application |
StaticFileController | Delivers static files |
Template | Enhanced version of QString for template processing |
TemplateCache | Caching template loader, reduces the amount of I/O and improves performance on remote file systems |
TemplateController | This controller generates a website using the template engine |
TemplateLoader | Loads localized versions of template files |