Uses of Class
io.helidon.http.RequestedUriDiscoveryContext.Builder
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer module, combining common server API, HTTP API and HTTP/1.1 API to create a server.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of RequestedUriDiscoveryContext.Builder in io.helidon.http
Modifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.addDiscoveryType
(RequestedUriDiscoveryContext.RequestedUriDiscoveryType discoveryType) Adds a discovery type for requested URI discovery for requests arriving on the socket.RequestedUriDiscoveryContext.builder()
Creates a new builder for aRequestedUriDiscoveryContext
.Creates a new builder for aRequestedUriDiscoveryContext
using the provide discovery context config node.Update the settings from the "requested-uri-discovery"Config
node within the socket configuration.RequestedUriDiscoveryContext.Builder.discoveryTypes
(List<RequestedUriDiscoveryContext.RequestedUriDiscoveryType> discoveryTypes) Deprecated, for removal: This API element is subject to removal in a future version.RequestedUriDiscoveryContext.Builder.enabled
(boolean value) Sets whether requested URI discovery is enabled for requestes arriving on the socket.Sets the socket identifier to which the discovery context applies.RequestedUriDiscoveryContext.Builder.trustedProxies
(AllowList trustedProxies) Sets the trusted proxies for requested URI discovery for requests arriving on the socket.RequestedUriDiscoveryContext.Builder.types
(List<RequestedUriDiscoveryContext.RequestedUriDiscoveryType> discoveryTypes) Sets the discovery types for requested URI discovery for requests arriving on the socket. -
Uses of RequestedUriDiscoveryContext.Builder in io.helidon.webserver
Modifier and TypeMethodDescriptionListenerConfig.BuilderBase.requestedUriDiscoveryContext
(Consumer<RequestedUriDiscoveryContext.Builder> consumer) Requested URI discovery context. -
Uses of RequestedUriDiscoveryContext.Builder in io.helidon.webserver.http1
Modifier and TypeMethodDescriptionHttp1Config.BuilderBase.requestedUriDiscovery
(Consumer<RequestedUriDiscoveryContext.Builder> consumer) Requested URI discovery settings. -
Uses of RequestedUriDiscoveryContext.Builder in io.helidon.webserver.http2
Modifier and TypeMethodDescriptionHttp2Config.BuilderBase.requestedUriDiscovery
(Consumer<RequestedUriDiscoveryContext.Builder> consumer) Requested URI discovery settings.
types(java.util.List)
instead