| BackpressureStrategy |
Strategy for applying backpressure to the reactive stream of response data.
|
| BareRequest |
Bare (minimal) representation of HTTP Request.
|
| BareResponse |
Bare (minimal) representation of HTTP Response.
|
| ByteBufDataChunk |
A special DataChunk implementation based on Netty's buffers.
|
| ClientAuthentication |
Indicates whether the server requires authentication of tbe client by the certificate.
|
| DirectHandler |
A handler that is invoked when a response is sent outside of routing.
|
| DirectHandler.EventType |
Types of events that can be triggered outside of routing
that immediately return a response.
|
| DirectHandler.TransportRequest |
Request information.
|
| DirectHandler.TransportResponse |
Response to correctly reply to the original client.
|
| DirectHandler.TransportResponse.Builder |
|
| ErrorHandler |
The routing error handler.
|
| ExperimentalConfiguration |
Interface ExperimentalConfiguration.
|
| ExperimentalConfiguration.Builder |
|
| FormParamsSupport |
Deprecated.
|
| Handler |
|
| Handler.EntityHandler |
|
| Http2Configuration |
Interface Http2Configuration.
|
| Http2Configuration.Builder |
|
| HttpException |
Runtime exception for applications.
|
| IllegalPathPatternException |
Cannot parse path pattern.
|
| KeyPerformanceIndicatorSupport.Context |
Per-request key performance indicator context, with behavior common to immediately-processed requests and deferrable ones.
|
| KeyPerformanceIndicatorSupport.Metrics |
Key performance indicator metrics behavior.
|
| 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 |
Deprecated.
|
| ServerRequest |
Represents HTTP Request and provides WebServer related API.
|
| ServerResponse |
Represents HTTP Response.
|
| ServerResponse.CachingStrategy |
Declares common groups of Cache-Control settings.
|
| 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 |
|
| SocketConfiguration.SocketConfigurationBuilder |
|
| SSLContextBuilder |
Deprecated.
|
| StaticContentSupport |
Deprecated, for removal: This API element is subject to removal in a future version.
|
| StaticContentSupport.Builder |
Deprecated, for removal: This API element is subject to removal in a future version.
Fluent builder of the StaticContent detailed parameters.
|
| Transport |
A very abstract notion of a transport for a particular
implementation of the WebServer interface.
|
| 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.
|
| WebServerTls |
A class wrapping transport layer security (TLS) configuration for
WebServer sockets.
|
| WebServerTls.Builder |
|
| WebTracingConfig |
Tracing configuration for webserver.
|
| WebTracingConfig.Builder |
|