| BareRequest |
Bare (minimal) representation of HTTP Request.
|
| BareResponse |
Bare (minimal) representation of HTTP Response.
|
| ErrorHandler |
The routing error handler.
|
| ExperimentalConfiguration |
Interface ExperimentalConfiguration.
|
| ExperimentalConfiguration.Builder |
|
| FormParamsSupport |
Provides support for form parameters in requests, adding a reader for URL-encoded text
(if the request's media type so indicates) and also adding a reader for FormParams.
|
| Handler |
|
| Handler.EntityHandler |
|
| Http2Configuration |
Interface Http2Configuration.
|
| Http2Configuration.Builder |
|
| HttpException |
Runtime exception for applications.
|
| IllegalPathPatternException |
Cannot parse path pattern.
|
| PathMatcher |
URI Path Matcher.
|
| PathMatcher.PrefixResult |
The result of prefix matching a PathMatcher to a given URI path.
|
| PathMatcher.Result |
The result of matching a PathMatcher to a given URI path.
|
| PathTracingConfig |
Traced system configuration for web server for a specific path.
|
| PathTracingConfig.Builder |
|
| RequestHeaders |
Extends Parameters interface by adding HTTP request headers oriented convenient methods.
|
| RequestPredicate |
Fluent API that allows to create chains of request conditions for composing
logical expressions to match requests.
|
| RequestPredicate.ConditionalHandler |
|
| ResponseHeaders |
Extends Parameters interface by adding HTTP response headers oriented constants and convenient methods.
|
| Routing |
Routing represents composition of HTTP request-response handlers with routing rules.
|
| Routing.Builder |
|
| Routing.Rules |
An API to define HTTP request routing rules.
|
| ServerConfiguration |
|
| ServerConfiguration.Builder |
|
| ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
| ServerResponse |
Represents HTTP Response.
|
| Service |
Encapsulates a set of routing rules and related logic.
|
| SocketClosedException |
Signals that socket was closed before server request it.
|
| SocketConfiguration |
The SocketConfiguration configures a port to listen on and its associated server socket parameters.
|
| SocketConfiguration.Builder |
|
| SSLContextBuilder |
Builder for configuring a new SslContext for creation.
|
| StaticContentSupport |
Serves 'static content' (files) from filesystem or using a classloader to the WebServer
Routing.
|
| StaticContentSupport.Builder |
Fluent builder of the StaticContent detailed parameters.
|
| WebServer |
Represents a immutably configured WEB server.
|
| WebServer.Builder |
WebServer builder class provides a convenient way to set up WebServer with multiple server
sockets and optional multiple routings.
|
| WebTracingConfig |
Tracing configuration for webserver.
|
| WebTracingConfig.Builder |
|