Package io.helidon.webserver.http
package io.helidon.webserver.http
Helidon WebServer HTTP specific APIs.
-
ClassDescriptionRuntime support for a single advertised alternative service.Configuration of a single advertised alternative service.Fluent API builder for
AltSvc.AltSvcConfig.BuilderBase<BUILDER extends AltSvcConfig.BuilderBase<BUILDER, PROTOTYPE>, PROTOTYPE extends AltSvcConfig>Fluent API builder base forAltSvcConfig.Generated implementation of the prototype, can be extended by descendant prototype implementations.Limits decoded request entity streams.Configured handlers for expected (and internal) exceptions.Fluent API builder forDirectHandlers.Simple request to use withRequestException.ErrorHandler<T extends Throwable>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.Container class for types related to HTTP entry points.Authorization-only interceptor for an operation discovered inside an active HTTP entry point.A contract used from generated code to invoke HTTP entry point interceptors.Interceptor of an HTTP entry point.Invocation chain for HTTP Entry point.HttpEntryPointsImpl__ServiceDescriptor<T extends io.helidon.webserver.http.HttpEntryPointsImpl>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.APIs to define a declarative server endpoint.Definition of computed outbound response header metadata.Container forRestServer.ComputedHeaderrepeated annotation.Definition of a server endpoint.Definition of outbound response header metadata.Container forRestServer.Headerrepeated annotation.Listener socket assigned to this endpoint.HTTP status to configure for a declarative server response.Routing request.Routing response of a server.A handler that enforces authentication and/or authorization.HTTP server request.ServerRequest__ServiceDescriptor<T extends ServerRequest>Service descriptor forServerRequest.Server request entity.Http server response.ServerResponse__ServiceDescriptor<T extends ServerResponse>Service descriptor forServerResponse.ServerResponseBase<T extends ServerResponseBase<T>>Base class for common server response tasks that can be shared across HTTP versions.