All Classes
-
All Classes Interface Summary Class Summary Exception Summary Class Description BadRequestException A runtime exception indicating abad request.BareRequest Bare (minimal) representation of HTTP Request.BareResponse Bare (minimal) representation of HTTP Response.ConnectionClosedException The ConnectionClosedException indicates that a connection was closed and it's not possible to send more data.ErrorHandler<T extends Throwable> The routing error handler.ExperimentalConfiguration Interface ExperimentalConfiguration.ExperimentalConfiguration.Builder Builder forExperimentalConfiguration.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 forFormParams.ForwardingHandler ForwardingHandler bridges Netty response and request related APIs toBareRequestandBareResponse.Handler TheServerRequestandServerResponsehandler.Handler.EntityHandler<T> Http2Configuration Interface Http2Configuration.Http2Configuration.Builder Builder forHttp2Configuration.HttpException Runtime exception for applications.IllegalPathPatternException Cannot parse path pattern.JsonService NotFoundException A runtime exception indicating anot found.PathMatcher URI Path Matcher.PathMatcher.PrefixResult The result of prefix matching aPathMatcherto a given URI path.PathMatcher.Result The result of matching aPathMatcherto a given URI path.PathTracingConfig Traced system configuration for web server for a specific path.PathTracingConfig.Builder Fluent API builder forPathTracingConfig.RequestHeaders ExtendsParametersinterface 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 ExtendsParametersinterface by adding HTTP response headers oriented constants and convenient methods.Routing Routing represents composition of HTTP request-response handlers with routing rules.Routing.Builder ARoutingbuilder.Routing.Rules An API to define HTTP request routing rules.ServerConfiguration WebServerconfiguration.ServerConfiguration.Builder Deprecated. since 2.0.0 - useWebServer.BuilderinsteadServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofroutingrules 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 TheSocketConfigurationbuilder class.SocketConfiguration.SocketConfigurationBuilder<B extends SocketConfiguration.SocketConfigurationBuilder<B>> SSLContextBuilder Deprecated. since 2.0.0, please useTlsConfig.builder()instead, then configure it withWebServer.Builder.tls(TlsConfig)orSocketConfiguration.SocketConfigurationBuilder.tls(TlsConfig)StaticContentSupport StaticContentSupport.Builder Fluent builder of the StaticContent detailed parameters.TlsConfig A class wrapping transport layer security (TLS) configuration for WebServer sockets.TlsConfig.Builder Fluent API builder forTlsConfig.UnsupportedBodyTypeException Cannot marshal requested type.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 A fluent API builder forWebTracingConfig.