Uses of Interface
io.helidon.common.uri.UriPath
Packages that use UriPath
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
URI utilities.
WebServer HTTP specific APIs.
NĂma WebServer tracing support.
A reactive client for rest calls.
-
Uses of UriPath in io.helidon.common.http
Subinterfaces of UriPath in io.helidon.common.httpModifier and TypeInterfaceDescriptioninterfaceAbstraction of HTTP path supporting routing parameters.Methods in io.helidon.common.http that return UriPathModifier and TypeMethodDescriptionPathMatchers.PrefixMatchResult.unmatchedPath()Returns the value of theunmatchedPathrecord component.HttpPrologue.uriPath()Path or the request.Methods in io.helidon.common.http with parameters of type UriPathModifier 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.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.common.http with parameters of type UriPathModifierConstructorDescriptionPrefixMatchResult(boolean accepted, RoutedPath matchedPath, UriPath unmatchedPath) Creates an instance of aPrefixMatchResultrecord class. -
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 UriPathCreate a new path from its raw representation.static UriPathUriPath.createRelative(UriPath uriPath, String relativePath) Creates a relative path from the provided path and the relative segment(s).Methods in io.helidon.common.uri with parameters of type UriPathModifier and TypeMethodDescriptionstatic UriPathUriPath.createRelative(UriPath uriPath, String relativePath) Creates a relative path from the provided path and the relative segment(s). -
Uses of UriPath in io.helidon.nima.webserver.http
Methods in io.helidon.nima.webserver.http that return UriPath -
Uses of UriPath in io.helidon.nima.webserver.tracing
Methods in io.helidon.nima.webserver.tracing with parameters of type UriPathModifier and TypeMethodDescriptionbooleanPathTracingConfig.matches(Http.Method method, UriPath path) Method used by Helidon to check if this tracing is valid for the specified method and path. -
Uses of UriPath in io.helidon.reactive.webclient
Methods in io.helidon.reactive.webclient that return UriPathModifier and TypeMethodDescriptionWebClientRequestBuilder.ClientRequest.path()Returns a path which was accepted by matcher in actual routing.WebClientServiceRequest.path()Returns a path which was accepted by matcher in actual routing.Methods in io.helidon.reactive.webclient with parameters of type UriPathModifier and TypeMethodDescriptionPath of the request.