Bare (minimal) representation of HTTP Request.
Bare (minimal) representation of HTTP Response.
A special DataChunk implementation based on Netty's buffers.
Indicates whether the server requires authentication of tbe client by the certificate.
A handler that is invoked when a response is sent outside of routing.
Types of events that can be triggered outside of routing
that immediately return a response.
Response to correctly reply to the original client.
The routing error handler.
Interface ExperimentalConfiguration.
Interface Http2Configuration.
Runtime exception for applications.
Cannot parse path pattern.
Per-request key performance indicator context, with behavior common to immediately-processed requests and deferrable ones.
Key performance indicator metrics behavior.
The result of prefix matching a
PathMatcher to a given URI path.
The result of matching a
PathMatcher to a given URI path.
Traced system configuration for web server for a specific path.
Extends
Parameters interface by adding HTTP request headers oriented convenient methods.
Fluent API that allows to create chains of request conditions for composing
logical expressions to match requests.
Extends
Parameters interface by adding HTTP response headers oriented constants and convenient methods.
Routing represents composition of HTTP request-response handlers with routing rules.
An API to define HTTP request routing rules.
Represents HTTP Request and provides WebServer related API.
Represents HTTP Response.
Encapsulates a set of
routing rules and related logic.
Signals that socket was closed before server request it.
The SocketConfiguration configures a port to listen on and its associated server socket parameters.
Deprecated, for removal: This API element is subject to removal in a future version.
Deprecated, for removal: This API element is subject to removal in a future version.
Fluent builder of the StaticContent detailed parameters.
A very abstract notion of a
transport for a particular
implementation of the
WebServer interface.
Represents a immutably configured WEB server.
WebServer builder class provides a convenient way to set up WebServer with multiple server
sockets and optional multiple routings.
A class wrapping transport layer security (TLS) configuration for
WebServer sockets.
Tracing configuration for webserver.
DefaultMediaSupport.formParamReader()instead