Uses of Class
io.helidon.common.uri.UriFragment
Packages that use UriFragment
Package
Description
URI utilities.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebClient APIs shared by all types of clients.
-
Uses of UriFragment in io.helidon.common.uri
Methods in io.helidon.common.uri that return UriFragmentModifier and TypeMethodDescriptionstatic UriFragment
Create a fragment from raw value.static UriFragment
UriFragment.createFromDecoded
(String fragment) Create a fragment from decoded value.static UriFragment
UriFragment.empty()
Empty fragment.UriInfo.BuilderBase.fragment()
Uri Fragment of the request.UriInfo.BuilderBase.UriInfoImpl.fragment()
Methods in io.helidon.common.uri with parameters of type UriFragmentModifier and TypeMethodDescriptionUriInfo.BuilderBase.fragment
(UriFragment fragment) Uri Fragment of the request. -
Uses of UriFragment in io.helidon.http
Methods in io.helidon.http that return UriFragmentMethods in io.helidon.http with parameters of type UriFragmentModifier and TypeMethodDescriptionstatic HttpPrologue
HttpPrologue.create
(String rawProtocol, String protocol, String protocolVersion, Method httpMethod, UriPath uriPath, UriQuery uriQuery, UriFragment uriFragment) Create a new prologue with decoded values. -
Uses of UriFragment in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return UriFragmentMethods in io.helidon.webclient.api that return types with arguments of type UriFragmentModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.baseFragment()
Base fragment used by the client in all requests (unless overwritten on per-request basis).HttpClientConfig.BuilderBase.HttpClientConfigImpl.baseFragment()
Methods in io.helidon.webclient.api with parameters of type UriFragmentModifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.baseFragment
(UriFragment baseFragment) Base fragment used by the client in all requests (unless overwritten on per-request basis).ClientRequest.fragment
(UriFragment fragment) Set fragment of the URI.ClientRequestBase.fragment
(UriFragment fragment) ClientUri.fragment
(UriFragment fragment) Configure the fragment for this URI.