Uses of Interface
io.helidon.http.RoutedPath
Packages that use RoutedPath
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
-
Uses of RoutedPath in io.helidon.http
Methods in io.helidon.http that return RoutedPathModifier and TypeMethodDescriptionRoutedPath.absolute()
If this instance represents a path relative to some context root then returns absolute requested path otherwise returns this instance.PathMatchers.PrefixMatchResult.matchedPath()
Returns the value of thematchedPath
record component.PathMatchers.MatchResult.path()
Returns the value of thepath
record component.Constructors in io.helidon.http with parameters of type RoutedPathModifierConstructorDescriptionMatchResult
(boolean accepted, RoutedPath path) Creates an instance of aMatchResult
record class.PrefixMatchResult
(boolean accepted, RoutedPath matchedPath, UriPath unmatchedPath) Creates an instance of aPrefixMatchResult
record class. -
Uses of RoutedPath in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return RoutedPathMethods in io.helidon.webserver.http with parameters of type RoutedPathModifier and TypeMethodDescriptionRoutingRequest.path
(RoutedPath routedPath) Update path of this request.