Uses of Interface
io.helidon.http.RequestedUriDiscoveryContext
Packages that use RequestedUriDiscoveryContext
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 in io.helidon.http
Methods in io.helidon.http that return RequestedUriDiscoveryContextModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.build()
static RequestedUriDiscoveryContext
Creates a newRequestedUriDiscoveryContext
from the provided discovery context config node. -
Uses of RequestedUriDiscoveryContext in io.helidon.webserver
Methods in io.helidon.webserver that return types with arguments of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.ListenerConfigImpl.requestedUriDiscoveryContext()
ListenerConfig.BuilderBase.requestedUriDiscoveryContext()
Requested URI discovery context.Methods in io.helidon.webserver with parameters of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionListenerConfig.BuilderBase.requestedUriDiscoveryContext
(RequestedUriDiscoveryContext requestedUriDiscoveryContext) Requested URI discovery context. -
Uses of RequestedUriDiscoveryContext in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp1Config.BuilderBase.Http1ConfigImpl.requestedUriDiscovery()
Methods in io.helidon.webserver.http1 that return types with arguments of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp1Config.BuilderBase.requestedUriDiscovery()
Requested URI discovery settings.Methods in io.helidon.webserver.http1 with parameters of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp1Config.BuilderBase.requestedUriDiscovery
(RequestedUriDiscoveryContext requestedUriDiscovery) Requested URI discovery settings.Method parameters in io.helidon.webserver.http1 with type arguments of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp1Config.BuilderBase.requestedUriDiscovery
(Supplier<? extends RequestedUriDiscoveryContext> supplier) Requested URI discovery settings. -
Uses of RequestedUriDiscoveryContext in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp2Config.BuilderBase.Http2ConfigImpl.requestedUriDiscovery()
Methods in io.helidon.webserver.http2 that return types with arguments of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp2Config.BuilderBase.requestedUriDiscovery()
Requested URI discovery settings.Methods in io.helidon.webserver.http2 with parameters of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp2Config.BuilderBase.requestedUriDiscovery
(RequestedUriDiscoveryContext requestedUriDiscovery) Requested URI discovery settings.Method parameters in io.helidon.webserver.http2 with type arguments of type RequestedUriDiscoveryContextModifier and TypeMethodDescriptionHttp2Config.BuilderBase.requestedUriDiscovery
(Supplier<? extends RequestedUriDiscoveryContext> supplier) Requested URI discovery settings.