Uses of Class
io.grpc.xds.internal.Matchers.CidrMatcher
Packages that use Matchers.CidrMatcher
Package
Description
Interfaces and implementations that are internal to gRPC.
-
Uses of Matchers.CidrMatcher in io.grpc.xds.internal
Methods in io.grpc.xds.internal that return Matchers.CidrMatcherModifier and TypeMethodDescriptionstatic Matchers.CidrMatcherMatchers.CidrMatcher.create(InetAddress addressPrefix, int prefixLen) Constructs a CidrMatcher with this prefix and prefix length. -
Uses of Matchers.CidrMatcher in io.grpc.xds.internal.rbac.engine
Methods in io.grpc.xds.internal.rbac.engine that return Matchers.CidrMatcherModifier and TypeMethodDescriptionabstract Matchers.CidrMatcherGrpcAuthorizationEngine.DestinationIpMatcher.delegate()abstract Matchers.CidrMatcherGrpcAuthorizationEngine.SourceIpMatcher.delegate()Methods in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcherModifier and TypeMethodDescriptionGrpcAuthorizationEngine.DestinationIpMatcher.create(Matchers.CidrMatcher delegate) GrpcAuthorizationEngine.SourceIpMatcher.create(Matchers.CidrMatcher delegate)