Namespace for the HTTP server of the DiCE API. More...
Classes | |
class | ICGIRequest_handler |
CGI request handlers are responsible for handling HTTP requests. More... | |
class | IConnection |
The connection class represents a connection from a client to the server. More... | |
class | IData_handler |
A data handler may be added to a connection. More... | |
class | IFactory |
The factory can be used to instantiate the built-in HTTP classes. More... | |
class | IRequest |
This interface holds all the parameters of a request. More... | |
class | IRequest_handler |
Request handlers are responsible for handling HTTP requests. More... | |
class | IResponse |
This interface holds all the parameters of a response. More... | |
class | IResponse_handler |
Response handlers can be used to modify responses generated by request handlers. More... | |
class | IServer |
The server builds a framework for the handlers. More... | |
class | IWeb_socket |
The WebSocket connection class represents a connection that is built on top of an HTTP connection. More... | |
class | IWeb_socket_data_handler |
A WebSocket data handler that can be installed to a WebSocket connection to handle data arriving at the WebSocket. More... | |
class | IWeb_socket_handler |
WebSocket handlers are responsible for handling WebSocket requests. More... | |
class | IWeb_socket_state_handler |
A WebSocket state handler that can be installed to a WebSocket connection to handle events of the WebSocket. More... | |
Namespace for the HTTP server of the DiCE API.