tufao  0.8.1
An asynchronous web framework for C++ built on top of Qt
 All Classes Namespaces Functions Variables Enumerations Enumerator Pages
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
oCTufao::AbstractHttpServerRequestHandlerFactoryThis class provides an factory interface to create AbstractHttpServerRequestHandler objects
oCTufao::Session::PropertyWrapperProvides a object that give less verbose access to a session property
oCQByteArray
|\CTufao::IByteArrayThis class provides a case insensitive QByteArray
oCQMultiMap
|\CTufao::HeadersThis class provides a representation of HTTP headers
oCQObject
|oCTufao::AbstractHttpServerRequestHandlerThis class provides an interface for HttpServerRequest handlers
||oCTufao::HttpFileServerYou can use this class to serve static files under Tufão
||oCTufao::HttpPluginServerThis class provides a plugin-based request handler
||oCTufao::HttpServerRequestRouterThis class provides a robust and high performance HTTP request router
||\CTufao::UrlRewriterHandlerThis class provides a handler to internally (only seen by your application) rewrite the URL
|oCTufao::AbstractHttpUpgradeHandlerThis class provides an interface for HTTP upgrade handlers
||\CTufao::HttpUpgradeRouterThis class provides a robust and high performance HTTP upgrade router
|oCTufao::AbstractMessageSocketThe Tufao::AbstractMessageSocket class represents a socket that sends and receives messages
||\CTufao::WebSocketThis class represents a WebSocket connection
|oCTufao::HttpServerThe Tufao::HttpServer class provides an implementation of the HTTP protocol
||\CTufao::HttpsServerTufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client
|oCTufao::HttpServerRequestThe Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer
|oCTufao::HttpServerResponseThe Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest
|\CTufao::SessionStoreSessionStore class can be used to store data that must persist among different requests
| \CTufao::SimpleSessionStoreSimpleSessionStore implements a simple storage mechanism to SessionStore
oCTufao::SessionThis class provides easier access to the session's properties
oCTufao::SessionSettingsExposes details that sessions use to handle cookies
\CTufao::UrlThis class provides a convenient interface for parsing URLs