Uses of Package
io.helidon.webserver.http
Packages that use io.helidon.webserver.http
Package
Description
Helidon OpenAPI support.
Integration with Open ID Connect providers.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer Access Log Support.
Helidon WebServer GraphQL Support.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP SPI.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/1.1 specific SPIs.
Helidon WebServer HTTP/2 Support.
Helidon WebServer JSON-RPC Support.
Helidon WebServer Observability Support.
Helidon WebServer Observability Config Support.
Helidon WebServer Observability Health Support.
Helidon WebServer Observability Info Support.
Helidon WebServer Observability Log Support.
Helidon WebServer Observability Metrics Support.
SPIs for the metrics observer component.
Helidon WebServer Observability SPI.
Helidon WebServer Tracing Observability Support.
SPIs related to tracing observers.
Helidon WebServer Security Support.
Helidon WebServer SPI.
Helidon WebServer SSE Support.
Helidon WebServer Static Content Support.
Helidon WebServer Testing JUnit5 Support.
-
Classes in io.helidon.webserver.http used by io.helidon.openapiClassDescriptionHTTP Routing rules, used by both
HttpRouting.Builderand byHttpService.routing(HttpRules). -
Classes in io.helidon.webserver.http used by io.helidon.security.providers.oidcClassDescriptionCan be registered with
HttpRouting.Builder.addFeature(java.util.function.Supplier).Fluent API builder forHttpRouting. -
Classes in io.helidon.webserver.http used by io.helidon.webserverClassDescriptionConfigured handlers for expected (and internal) exceptions.Fluent API builder for
DirectHandlers.Handle a server request and server response.Fluent API builder forHttpRouting. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.accesslogClassDescriptionCan be registered with
HttpRouting.Builder.addFeature(java.util.function.Supplier).Fluent API builder forHttpRouting.Routing request.Routing response of a server. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.graphqlClassDescriptionA contract used from generated code to invoke HTTP entry point interceptors.HTTP Routing rules, used by both
HttpRouting.Builderand byHttpService.routing(HttpRules).Encapsulates a set ofroutingrules and related logic. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.httpClassDescriptionRuntime support for a single advertised alternative service.Configuration of a single advertised alternative service.Fluent API builder for
AltSvc.Fluent API builder base forAltSvcConfig.Configured handlers for expected (and internal) exceptions.Fluent API builder forDirectHandlers.The routing error handler.Http routing Error handlers.HTTP filter.Filter chain contains all subsequent filters that are configured, as well as the final route.Handler of HTTP filters.Handle a server request and server response.Invocation chain for HTTP Entry point.Service descriptor forHttpEntryPointsImpl.Can be registered withHttpRouting.Builder.addFeature(java.util.function.Supplier).HTTP Request.A basic HTTP route (should be usable by ANY HTTP protocol version).Fluent API builder forHttpRoute.HTTP routing.Fluent API builder forHttpRouting.HTTP Routing rules, used by bothHttpRouting.Builderand byHttpService.routing(HttpRules).WebServer security.Encapsulates a set ofroutingrules and related logic.Locates anHttpServicefor a matched request.A routing builder registration.Routing request.Routing response of a server.A handler that enforces authentication and/or authorization.HTTP server request.Service descriptor forServerRequest.Server request entity.Http server response.Service descriptor forServerResponse.Base class for common server response tasks that can be shared across HTTP versions. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.http.spiClassDescriptionThe routing error handler.Handle a server request and server response.HTTP server request.Http server response.
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.http1ClassDescriptionRuntime support for a single advertised alternative service.Configuration of a single advertised alternative service.Fluent API builder for
AltSvc.Handle a server request and server response.A basic HTTP route (should be usable by ANY HTTP protocol version). -
Classes in io.helidon.webserver.http used by io.helidon.webserver.http1.spi
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.http2ClassDescriptionRuntime support for a single advertised alternative service.Configuration of a single advertised alternative service.Fluent API builder for
AltSvc.Handle a server request and server response.A basic HTTP route (should be usable by ANY HTTP protocol version). -
Classes in io.helidon.webserver.http used by io.helidon.webserver.jsonrpcClassDescriptionHTTP Request.HTTP Routing rules, used by both
HttpRouting.Builderand byHttpService.routing(HttpRules).Encapsulates a set ofroutingrules and related logic.HTTP server request.Http server response. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.observeClassDescriptionCan be registered with
HttpRouting.Builder.addFeature(java.util.function.Supplier).Fluent API builder forHttpRouting. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.config
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.health
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.info
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.log
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.metrics
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.metrics.spi
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.spi
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.tracing
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.observe.tracing.spi
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.securityClassDescriptionHandle a server request and server response.Can be registered with
HttpRouting.Builder.addFeature(java.util.function.Supplier).Fluent API builder forHttpRouting.WebServer security.HTTP server request.Http server response. -
Classes in io.helidon.webserver.http used by io.helidon.webserver.spi
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.sse
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.staticcontent
-
Classes in io.helidon.webserver.http used by io.helidon.webserver.testing.junit5