Package io.grpc.xds.internal
Class Matchers
- java.lang.Object
-
- io.grpc.xds.internal.Matchers
-
public final class Matchers extends java.lang.ObjectProvides a group of request matchers. A matcher evaluates an input and tells whether certain argument in the input matches a predefined matching pattern.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMatchers.CidrMatcherMatcher to evaluate whether an IPv4 or IPv6 address is within a CIDR range.static classMatchers.FractionMatcherRepresents a fractional value.static classMatchers.HeaderMatcherMatcher for HTTP request headers.static classMatchers.StringMatcherRepresents various ways to match a string .
-
Constructor Summary
Constructors Modifier Constructor Description privateMatchers()
-