| Interface | Description |
|---|---|
| ErrorResponseGenerator<T> | |
| RequestHandler<I,O> |
| Class | Description |
|---|---|
| HttpRequestHeaders | |
| HttpResponseHeaders | |
| HttpServer<I,O> | |
| HttpServerBuilder<I,O> |
A convenience builder to create instances of
HttpServer |
| HttpServerMetricsEvent<T extends java.lang.Enum> | |
| HttpServerPipelineConfigurator<I,O> |
An implementation of
PipelineConfigurator to configure the pipeline for an HTTP server. |
| HttpServerRequest<T> |
Handling Content
|
| HttpServerResponse<T> | |
| RequestHandlerWithErrorMapper<I,O> |
Decorator for a
RequestHandler with an accompanying ErrorResponseGenerator. |
| ServerRequestResponseConverter |
A channel handler for
HttpServer to convert netty's http request/response objects to HttpServer's
request/response objects. |
| UriInfoHolder |
| Enum | Description |
|---|---|
| HttpServerMetricsEvent.EventType |
| Exception | Description |
|---|---|
| HttpError |
Encapsulate an exception with a specific HTTP response code
so a proper HTTP error response may be generated.
|