|
mod_servlet
C++Servlets
|
| Abstract interface for logging output | |
Abstract interface for log_output factory | |
| Abstract interface for logging prefix printer | |
Abstract interface for prefix_printer factory | |
Logger with specific logging LEVEL to use | |
| Logger class | |
| Registry object to configure and hold available loggers | |
| Defines a set of methods that a servlet uses to communicate with its servlet container | |
| A servlet configuration object used by a servlet container to pass information to a servlet during initialization | |
| A filter configuration object used by a servlet container to pass information to a filter during initialization | |
| Creates a cookie, a small amount of information sent by a servlet to a Web browser, saved by the browser, and later sent back to the server | |
| A filter is an object that performs filtering tasks on either the request to a resource (a servlet or static content), or on the response from a resource, or both | |
| A filter_chain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered request for a resource | |
Covenience class on top of associative container to facilitate work with value type std::any | |
| Configuration exception | |
| Security exception | |
| Input/output exception | |
Exception thrown on attempt to access nullptr object if this is possible to catch this attempt | |
| Exception thrown on passing invalid argument | |
| Exception thrown on bad cast | |
| Template class holder of the buffer size | |
| Sink tag | |
| Source tag | |
| Source tag | |
| Implementation of output stream object | |
| Implementation of input stream object | |
| Abstract interface for generic sink | |
| Abstract interface for generic source | |
| Abstract interface for output filter | |
| Abstract interface for input filter | |
| Implementation of filtered sink | |
| Implementation of filtered source | |
Implementation of sink which will pass all the data to a std::basic_ostream | |
Implementation of source which will acquire all the data from a std::basic_istream | |
Implementation of sink to std::string Besides to having similar functionality to std::basic_ostringstream this class also allows to access directly the destination std::string | |
| Implementation of linked associative container | |
| Implementation of LRU (least recently used) timed cache | |
| Class implements smart pointer with optional ownership | |
| Optional reference implementation | |
| Defines an object to provide client request information to a servlet | |
This class represents a multipart input stream of a multipart/form-data request body | |
| Provides a convenient implementation of the http_request interface that can be subclassed by developers wishing to adapt the request to a http_servlet | |
| Defines an object to assist a servlet in sending a response to the client | |
| Provides a convenient implementation of the http_response interface that can be subclassed by developers wishing to adapt the response from a http_servlet | |
| Provides an abstract class to be subclassed to create an HTTP servlet suitable for a Web site | |
| Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user | |
| This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id | |
Simple inplementation of servlet::principal with a name only | |
| Abstract class holding available information regarding client or server security certificate | |
| Class encapsulates availble information about current SSL session | |
| Exception thrown while parsing URI if syntax error encountered | |
| Exception thrown when it is impossible to build URI from parts | |
| Represents a Uniform Resource Identifier (URI) reference |