| Interface | Description |
|---|---|
| HttpServerInterceptorChain.Interceptor<I,O> |
An interceptor that preserves the type of content of request and response.
|
| HttpServerInterceptorChain.TransformingInterceptor<I,O,II,OO> |
An interceptor that changes the type of content of request and response.
|
| RequestHandler<I,O> |
A handler for an
HttpServerRequest to produce a HttpServerResponse |
| Class | Description |
|---|---|
| HttpConnectionHandler<I,O> | |
| HttpServer<I,O> |
An HTTP server.
|
| HttpServerImpl<I,O> | |
| HttpServerInterceptorChain<I,O,II,OO> |
A utility to create an interceptor chain to be used with a
HttpServer to modify behavior of requests
processed by that server. |
| HttpServerRequest<T> |
HTTP server request
|
| HttpServerResponse<C> |
An HTTP server response.
|
| HttpServerResponseImpl<C> | |
| HttpServerToConnectionBridge<C> | |
| ResponseContentWriter<C> |
A facility to optionally write content to the response.
|
| UriInfoHolder |