Uses of Package
io.helidon.webserver
-
Packages that use io.helidon.webserver Package Description io.helidon.health Health check support for helidon SE.io.helidon.media.jackson.server io.helidon.media.jsonb.server io.helidon.media.jsonp.server io.helidon.metrics Metrics support for Java SE, uses the Microprofile metrics APIs and formats.io.helidon.metrics.prometheus Support for Prometheus client endpoint.io.helidon.microprofile.server Microprofile 1.0 server implementation.io.helidon.microprofile.server.spi SPI to extends microprofile server.io.helidon.openapi Helidon SE OpenAPI Support.io.helidon.security.integration.webserver Integration library for RxServer.io.helidon.security.providers.oidc Integration with Open ID Connect providers.io.helidon.webserver Reactive web server API.io.helidon.webserver.accesslog Access log support for Helidon WebServer.io.helidon.webserver.jersey -
Classes in io.helidon.webserver used by io.helidon.health Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.media.jackson.server Class Description Handler TheServerRequest
andServerResponse
handler.JsonService ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.media.jsonb.server Class Description Handler TheServerRequest
andServerResponse
handler.JsonService ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.media.jsonp.server Class Description Handler TheServerRequest
andServerResponse
handler.JsonService ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.metrics Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.metrics.prometheus Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.microprofile.server Class Description Routing.Builder ARouting
builder. -
Classes in io.helidon.webserver used by io.helidon.microprofile.server.spi Class Description Routing.Builder ARouting
builder.ServerConfiguration.Builder AServerConfiguration
builder. -
Classes in io.helidon.webserver used by io.helidon.openapi Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.security.integration.webserver Class Description Handler TheServerRequest
andServerResponse
handler.Routing.Rules An API to define HTTP request routing rules.ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.security.providers.oidc Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.webserver Class Description BareRequest Bare (minimal) representation of HTTP Request.BareResponse Bare (minimal) representation of HTTP Response.ClientAuthentication Indicates whether the server requires authentication of tbe client by the certificate.ErrorHandler 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
.Handler TheServerRequest
andServerResponse
handler.Handler.EntityHandler Http2Configuration Interface Http2Configuration.Http2Configuration.Builder Builder forHttp2Configuration
.HttpException Runtime exception for applications.IllegalPathPatternException Cannot parse path pattern.PathMatcher URI Path Matcher.PathMatcher.PrefixResult The result of prefix matching aPathMatcher
to a given URI path.PathMatcher.Result The result of matching aPathMatcher
to a given URI path.PathTracingConfig Traced system configuration for web server for a specific path.PathTracingConfig.Builder Fluent API builder forPathTracingConfig
.RequestHeaders ExtendsParameters
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 ExtendsParameters
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 ARouting
builder.Routing.Rules An API to define HTTP request routing rules.ServerConfiguration ImmutableWebServer
configuration.ServerConfiguration.Builder AServerConfiguration
builder.ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
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 TheSocketConfiguration
builder class.SSLContextBuilder Builder for configuring a new SslContext for creation.StaticContentSupport 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.WebServerTls A class wrapping transport layer security (TLS) configuration for WebServer sockets.WebServerTls.Builder Fluent API builder forWebServerTls
.WebTracingConfig Tracing configuration for webserver.WebTracingConfig.Builder A fluent API builder forWebTracingConfig
. -
Classes in io.helidon.webserver used by io.helidon.webserver.accesslog Class Description Handler TheServerRequest
andServerResponse
handler.Routing.Rules An API to define HTTP request routing rules.ServerRequest Represents HTTP Request and provides WebServer related API.ServerResponse Represents HTTP Response.Service Encapsulates a set ofrouting
rules and related logic. -
Classes in io.helidon.webserver used by io.helidon.webserver.jersey Class Description Routing.Rules An API to define HTTP request routing rules.Service Encapsulates a set ofrouting
rules and related logic.