Package io.grpc.xds
Class VirtualHost.Route.RouteMatch.PathMatcher
java.lang.Object
io.grpc.xds.VirtualHost.Route.RouteMatch.PathMatcher
- Direct Known Subclasses:
AutoValue_VirtualHost_Route_RouteMatch_PathMatcher
- Enclosing class:
VirtualHost.Route.RouteMatch
Matcher for HTTP request path.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) abstract booleanprivate static VirtualHost.Route.RouteMatch.PathMatcher(package private) static VirtualHost.Route.RouteMatch.PathMatcher(package private) static VirtualHost.Route.RouteMatch.PathMatcherfromPrefix(String prefix, boolean caseSensitive) (package private) static VirtualHost.Route.RouteMatch.PathMatcherfromRegEx(com.google.re2j.Pattern regEx) (package private) abstract Stringpath()(package private) abstract Stringprefix()(package private) abstract com.google.re2j.PatternregEx()
-
Constructor Details
-
PathMatcher
PathMatcher()
-
-
Method Details
-
path
-
prefix
-
regEx
-
caseSensitive
abstract boolean caseSensitive() -
fromPath
-
fromPrefix
-
fromRegEx
-
create
-