Package io.grpc.xds.internal
Class Matchers
- java.lang.Object
-
- io.grpc.xds.internal.Matchers
-
public final class Matchers extends java.lang.Object
Provides 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 class
Matchers.CidrMatcher
Matcher to evaluate whether an IPv4 or IPv6 address is within a CIDR range.static class
Matchers.FractionMatcher
Represents a fractional value.static class
Matchers.HeaderMatcher
Matcher for HTTP request headers.static class
Matchers.StringMatcher
Represents various ways to match a string .
-
Constructor Summary
Constructors Modifier Constructor Description private
Matchers()
-