tufao
1.3.0
An asynchronous web framework for C++ built on top of Qt
|
▼CTufao::AbstractHttpServerRequestHandler | This class provides an interface for HttpServerRequest handlers |
CTufao::ClassHandlerManager | This class serves as the HttpServerRequestHandler for all ClassHandler plugins |
CTufao::HttpFileServer | You can use this class to serve static files under Tufão |
CTufao::HttpPluginServer | This class provides a plugin-based request handler |
CTufao::HttpServerRequestRouter | This class provides a robust and high performance HTTP request router |
CTufao::NotFoundHandler | A handler that responds with "Not found" to every request |
CTufao::UrlRewriterHandler | This class provides a handler to internally (only seen by your application) rewrite the URL |
▼CTufao::AbstractHttpUpgradeHandler | This class provides an interface for HTTP Upgrade handlers |
CTufao::HttpUpgradeRouter | This class provides a robust and high performance HTTP request router |
CTufao::ClassHandlerPluginInfo | |
CTufao::HttpServerPlugin | This class provides a factory interface to create request handlers and comunicate with factories of other plugins |
CTufao::HttpUpgradeRouter::Mapping | This class describes a request handler and a filter |
CTufao::HttpServerRequestRouter::Mapping | This class describes a request handler and a filter |
CTufao::Session::PropertyWrapper | Provides a object that give less verbose access to a session property |
▼CQByteArray | |
CTufao::IByteArray | This class provides a case insensitive QByteArray |
▼CQMultiHash | |
CTufao::Headers | This class provides a representation of HTTP headers |
▼CQObject | |
▼CTufao::AbstractMessageSocket | The Tufao::AbstractMessageSocket class represents a socket that sends and receives messages |
CTufao::WebSocket | This class represents a WebSocket connection |
CTufao::ClassHandler | The ClassHandler class Define the interface to implement when creating a plugin |
CTufao::ClassHandlerManager | This class serves as the HttpServerRequestHandler for all ClassHandler plugins |
CTufao::HttpFileServer | You can use this class to serve static files under Tufão |
CTufao::HttpPluginServer | This class provides a plugin-based request handler |
▼CTufao::HttpServer | The Tufao::HttpServer class provides an implementation of the HTTP protocol |
CTufao::HttpsServer | Tufao::HttpsServer is a subclass of Tufao::HttpServer that provides secure communication with the client |
CTufao::HttpServerRequest | The Tufao::HttpServer represents a HTTP request received by Tufao::HttpServer |
CTufao::HttpServerRequestRouter | This class provides a robust and high performance HTTP request router |
CTufao::HttpServerResponse | The Tufao::HttpServerResponse is used to respond to a Tufao::HttpServerRequest |
CTufao::HttpUpgradeRouter | This class provides a robust and high performance HTTP request router |
CTufao::NotFoundHandler | A handler that responds with "Not found" to every request |
▼CTufao::SessionStore | SessionStore class can be used to store data that must persist among different requests |
CTufao::SimpleSessionStore | SimpleSessionStore implements a simple storage mechanism to SessionStore |
CTufao::UrlRewriterHandler | This class provides a handler to internally (only seen by your application) rewrite the URL |
CTufao::Session | This class provides easier access to the session's properties |
CTufao::SessionSettings | Exposes details that sessions use to handle cookies |