Package io.grpc.xds.internal
Class Matchers
java.lang.Object
io.grpc.xds.internal.Matchers
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 ClassesModifier and TypeClassDescriptionstatic class
Matcher to evaluate whether an IPv4 or IPv6 address is within a CIDR range.static class
Represents a fractional value.static class
Matcher for HTTP request headers.static class
Represents various ways to match a string . -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Matchers
private Matchers()
-