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
Subclasses of Matchers.CidrMatcher in io.grpc.xds.internalMethods 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
Fields in io.grpc.xds.internal.rbac.engine declared as Matchers.CidrMatcherModifier and TypeFieldDescriptionprivate final Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_DestinationIpMatcher.delegateprivate final Matchers.CidrMatcherAutoValue_GrpcAuthorizationEngine_SourceIpMatcher.delegateMethods in io.grpc.xds.internal.rbac.engine that return Matchers.CidrMatcherModifier and TypeMethodDescriptionAutoValue_GrpcAuthorizationEngine_DestinationIpMatcher.delegate()AutoValue_GrpcAuthorizationEngine_SourceIpMatcher.delegate()abstract 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) Constructors in io.grpc.xds.internal.rbac.engine with parameters of type Matchers.CidrMatcherModifierConstructorDescription(package private)(package private)