Uses of Record Class
io.helidon.http.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
Modifier 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
Modifier and TypeMethodDescriptionHttpRoute.accepts
(HttpPrologue prologue) Whether this route accept the provided request. -
Uses of PathMatchers.MatchResult in io.helidon.webserver.http1
-
Uses of PathMatchers.MatchResult in io.helidon.webserver.http2