Uses of Enum Class
io.helidon.http.RequestedUriDiscoveryContext.RequestedUriDiscoveryType
Packages that use RequestedUriDiscoveryContext.RequestedUriDiscoveryType
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of RequestedUriDiscoveryContext.RequestedUriDiscoveryType in io.helidon.http
Methods in io.helidon.http that return RequestedUriDiscoveryContext.RequestedUriDiscoveryTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.RequestedUriDiscoveryContext.RequestedUriDiscoveryType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.http with parameters of type RequestedUriDiscoveryContext.RequestedUriDiscoveryTypeModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.addDiscoveryType
(RequestedUriDiscoveryContext.RequestedUriDiscoveryType discoveryType) Adds a discovery type for requested URI discovery for requests arriving on the socket.Method parameters in io.helidon.http with type arguments of type RequestedUriDiscoveryContext.RequestedUriDiscoveryTypeModifier and TypeMethodDescriptionRequestedUriDiscoveryContext.Builder.discoveryTypes
(List<RequestedUriDiscoveryContext.RequestedUriDiscoveryType> discoveryTypes) Deprecated, for removal: This API element is subject to removal in a future version.RequestedUriDiscoveryContext.Builder.types
(List<RequestedUriDiscoveryContext.RequestedUriDiscoveryType> discoveryTypes) Sets the discovery types for requested URI discovery for requests arriving on the socket.
RequestedUriDiscoveryContext.Builder.types(java.util.List)
instead