Uses of Class
io.helidon.common.uri.UriFragment
Packages that use UriFragment
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
URI utilities.
-
Uses of UriFragment in io.helidon.common.http
Methods in io.helidon.common.http that return UriFragmentMethods in io.helidon.common.http with parameters of type UriFragmentModifier and TypeMethodDescriptionstatic HttpPrologueHttpPrologue.create(String rawProtocol, String protocol, String protocolVersion, Http.Method httpMethod, UriPath uriPath, UriQuery uriQuery, UriFragment uriFragment) Create a new prologue with decoded values. -
Uses of UriFragment in io.helidon.common.uri
Methods in io.helidon.common.uri that return UriFragmentModifier and TypeMethodDescriptionstatic UriFragmentCreate a fragment from raw value.static UriFragmentUriFragment.createFromDecoded(String fragment) Create a fragment from decoded value.static UriFragmentUriFragment.empty()Empty fragment.