Uses of Class
io.helidon.common.uri.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
Modifier 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()
Modifier and TypeMethodDescriptionUriInfo.BuilderBase.fragment
(UriFragment fragment) Uri Fragment of the request. -
Uses of UriFragment in io.helidon.http
Modifier 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
Modifier and TypeMethodDescriptionHttpClientConfig.BuilderBase.baseFragment()
Base fragment used by the client in all requests (unless overwritten on per-request basis).HttpClientConfig.BuilderBase.HttpClientConfigImpl.baseFragment()
Modifier 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.