tufao  1.3.0
An asynchronous web framework for C++ built on top of Qt
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CTufao::AbstractHttpServerRequestHandlerThis class provides an interface for HttpServerRequest handlers
 CTufao::ClassHandlerManagerThis class serves as the HttpServerRequestHandler for all ClassHandler plugins
 CTufao::HttpFileServerYou can use this class to serve static files under Tufão
 CTufao::HttpPluginServerThis class provides a plugin-based request handler
 CTufao::HttpServerRequestRouterThis class provides a robust and high performance HTTP request router
 CTufao::NotFoundHandlerA handler that responds with "Not found" to every request
 CTufao::UrlRewriterHandlerThis class provides a handler to internally (only seen by your application) rewrite the URL
 CTufao::AbstractHttpUpgradeHandlerThis class provides an interface for HTTP Upgrade handlers
 CTufao::HttpUpgradeRouterThis class provides a robust and high performance HTTP request router
 CTufao::ClassHandlerPluginInfo
 CTufao::HttpServerPluginThis class provides a factory interface to create request handlers and comunicate with factories of other plugins
 CTufao::HttpUpgradeRouter::MappingThis class describes a request handler and a filter
 CTufao::HttpServerRequestRouter::MappingThis class describes a request handler and a filter
 CTufao::Session::PropertyWrapperProvides a object that give less verbose access to a session property
 CQByteArray
 CTufao::IByteArrayThis class provides a case insensitive QByteArray
 CQMultiHash
 CTufao::HeadersThis class provides a representation of HTTP headers
 CQObject
 CTufao::AbstractMessageSocketThe Tufao::AbstractMessageSocket class represents a socket that sends and receives messages
 CTufao::WebSocketThis class represents a WebSocket connection
 CTufao::ClassHandlerThe ClassHandler class Define the interface to implement when creating a plugin
 CTufao::ClassHandlerManagerThis class serves as the HttpServerRequestHandler for all ClassHandler plugins
 CTufao::HttpFileServerYou can use this class to serve static files under Tufão
 CTufao::HttpPluginServerThis class provides a plugin-based request handler
 CTufao::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
 CTufao::HttpServerRequestThe Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer
 CTufao::HttpServerRequestRouterThis class provides a robust and high performance HTTP request router
 CTufao::HttpServerResponseThe Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest
 CTufao::HttpUpgradeRouterThis class provides a robust and high performance HTTP request router
 CTufao::NotFoundHandlerA handler that responds with "Not found" to every request
 CTufao::SessionStoreSessionStore class can be used to store data that must persist among different requests
 CTufao::SimpleSessionStoreSimpleSessionStore implements a simple storage mechanism to SessionStore
 CTufao::UrlRewriterHandlerThis class provides a handler to internally (only seen by your application) rewrite the URL
 CTufao::SessionThis class provides easier access to the session's properties
 CTufao::SessionSettingsExposes details that sessions use to handle cookies