Uses of Interface
io.helidon.http.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
Modifier 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.ModifierConstructorDescriptionMatchResult
(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
Modifier and TypeMethodDescriptionRoutingRequest.path
(RoutedPath routedPath) Update path of this request.