Uses of Class
io.helidon.http.RequestedUriDiscoveryContext.Builder
Packages that use RequestedUriDiscoveryContext.Builder
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of RequestedUriDiscoveryContext.Builder in io.helidon.http
Methods in io.helidon.http that return RequestedUriDiscoveryContext.BuilderModifier 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) Sets the discovery types for requested URI discovery for requests arriving on the socket.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.