Uses of Record Class
io.helidon.http.PathMatchers.MatchResult
Packages that use PathMatchers.MatchResult
Package
Description
HTTP APIs and implementations usable by both server and client side of the HTTP story.
Helidon WebServer HTTP specific APIs.
Helidon WebServer HTTP/1.1 specific APIs.
Helidon WebServer HTTP/2 Support.
-
Uses of PathMatchers.MatchResult in io.helidon.http
Methods in io.helidon.http that return PathMatchers.MatchResultModifier and TypeMethodDescriptionMatch the provided path against the configured path.static PathMatchers.MatchResult
PathMatchers.MatchResult.notAccepted()
Not accepted path matcher result. -
Uses of PathMatchers.MatchResult in io.helidon.webserver.http
Methods in io.helidon.webserver.http that return PathMatchers.MatchResultModifier and TypeMethodDescriptionHttpRoute.accepts
(HttpPrologue prologue) Whether this route accept the provided request. -
Uses of PathMatchers.MatchResult in io.helidon.webserver.http1
Methods in io.helidon.webserver.http1 that return PathMatchers.MatchResult -
Uses of PathMatchers.MatchResult in io.helidon.webserver.http2
Methods in io.helidon.webserver.http2 that return PathMatchers.MatchResult