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 boolean
private static VirtualHost.Route.RouteMatch.PathMatcher
(package private) static VirtualHost.Route.RouteMatch.PathMatcher
(package private) static VirtualHost.Route.RouteMatch.PathMatcher
fromPrefix
(String prefix, boolean caseSensitive) (package private) static VirtualHost.Route.RouteMatch.PathMatcher
fromRegEx
(com.google.re2j.Pattern regEx) (package private) abstract String
path()
(package private) abstract String
prefix()
(package private) abstract com.google.re2j.Pattern
regEx()
-
Constructor Details
-
PathMatcher
PathMatcher()
-
-
Method Details
-
path
-
prefix
-
regEx
-
caseSensitive
abstract boolean caseSensitive() -
fromPath
-
fromPrefix
-
fromRegEx
-
create
-