Uses of Interface
io.helidon.common.uri.UriPath
Packages that use UriPath
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.
Helidon WebServer HTTP specific APIs.
Helidon WebServer Tracing Observability Support.
-
Uses of UriPath in io.helidon.common.uri
Methods in io.helidon.common.uri that return UriPathModifier and TypeMethodDescriptionUriPath.absolute()
If this instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.static UriPath
Create a new path from its raw representation.static UriPath
UriPath.createFromDecoded
(String decodedPath) Create a new path from its decoded representation.static UriPath
UriPath.createRelative
(UriPath uriPath, String relativePath) Creates a relative path from the provided path and the relative segment(s).UriInfo.BuilderBase.path()
Path of the request.UriInfo.BuilderBase.UriInfoImpl.path()
static UriPath
UriPath.root()
Create a new root path.Methods in io.helidon.common.uri with parameters of type UriPath -
Uses of UriPath in io.helidon.http
Subinterfaces of UriPath in io.helidon.httpModifier and TypeInterfaceDescriptioninterface
Abstraction of HTTP path supporting routing parameters.Methods in io.helidon.http that return UriPathModifier and TypeMethodDescriptionPathMatchers.PrefixMatchResult.unmatchedPath()
Returns the value of theunmatchedPath
record component.HttpPrologue.uriPath()
Path or the request.Methods in io.helidon.http with parameters of type UriPathModifier 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.Match the provided path against the configured path.PathMatcher.prefixMatch
(UriPath uriPath) Match the provided path against the configured path as a prefix match.Constructors in io.helidon.http with parameters of type UriPathModifierConstructorDescriptionPrefixMatchResult
(boolean accepted, RoutedPath matchedPath, UriPath unmatchedPath) Creates an instance of aPrefixMatchResult
record class. -
Uses of UriPath in io.helidon.webclient.api
Methods in io.helidon.webclient.api that return UriPath -
Uses of UriPath in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return UriPath -
Uses of UriPath in io.helidon.webserver.observe.tracing
Methods in io.helidon.webserver.observe.tracing with parameters of type UriPath