Uses of Record Class
io.helidon.common.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.
HTTP/2 WebServer.
WebServer HTTP specific APIs.
WebServer HTTP/1.1 specific APIs.
-
Uses of PathMatchers.MatchResult in io.helidon.common.http
Methods in io.helidon.common.http that return PathMatchers.MatchResultModifier and TypeMethodDescriptionMatch the provided path against the configured path.static PathMatchers.MatchResultPathMatchers.MatchResult.notAccepted()Not accepted path matcher result. -
Uses of PathMatchers.MatchResult in io.helidon.nima.http2.webserver
Methods in io.helidon.nima.http2.webserver that return PathMatchers.MatchResult -
Uses of PathMatchers.MatchResult in io.helidon.nima.webserver.http
Methods in io.helidon.nima.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.nima.webserver.http1
Methods in io.helidon.nima.webserver.http1 that return PathMatchers.MatchResult