Qore HttpServerUtil Module Reference 1.1
Loading...
Searching...
No Matches
Class Hierarchy

Go to the graphical class hierarchy

This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CHttpServer::AbstractAuthenticatorAbstract base class for external authentication
 CHttpServer::PermissiveAuthenticatorClass providing automatic authentication for all requests
 CHttpServer::AbstractHttpRequestHandlerAbstract class that all HTTP request handler objects must inherit from
 CHttpServer::AbstractHttpSocketHandlerAbstract class that all HTTP dedicated socket handler objects must inherit from
 CHttpServer::AbstractUrlHandlerAbstract class for HTTP request handlers anchored at a specific URL
 CHttpServer::AbstractHttpSocketHandlerInterfaceAbstract class for HTTP handlers for handling protocol switching
 CHttpServer::AbstractHttpSocketHandlerAbstract class that all HTTP dedicated socket handler objects must inherit from
 CHttpServer::AbstractLoggerThis abstract class defines the interface for classes that provide logging methods
 CHttpServer::HttpListenerInterfaceThis abstract class defines the public interface of the private HttpListener class defined in the HttpServer module
 CHttpServer::AbstractStreamRequestAbstract class for streaming HTTP chunked requests/responses
 CHttpServer::HttpHandlerConfigInfoHash providing HTTP handler configuration info
 CHttpServer::HttpHandlerResponseInfoReturn value of HTTP handler methods with potentially unserialized message bodies
 CHttpServer::HttpListenerOptionInfoOptions for new listeners
 CHttpServer::HttpResponseInfoReturn value of HTTP handler methods where any message body has been serialized for sending over the HTTP socket