Uses of Interface
com.github.xds.core.v3.CidrRangeOrBuilder
-
Packages that use CidrRangeOrBuilder Package Description com.github.xds.core.v3 com.github.xds.type.matcher.v3 -
-
Uses of CidrRangeOrBuilder in com.github.xds.core.v3
Classes in com.github.xds.core.v3 that implement CidrRangeOrBuilder Modifier and Type Class Description classCidrRangeCidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range.static classCidrRange.BuilderCidrRange specifies an IP Address and a prefix length to construct the subnet mask for a `CIDR <https://tools.ietf.org/html/rfc4632>`_ range. -
Uses of CidrRangeOrBuilder in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CidrRangeOrBuilder Modifier and Type Method Description CidrRangeOrBuilderIPMatcher.IPRangeMatcher.Builder. getRangesOrBuilder(int index)A non-empty set of CIDR ranges.CidrRangeOrBuilderIPMatcher.IPRangeMatcher. getRangesOrBuilder(int index)A non-empty set of CIDR ranges.CidrRangeOrBuilderIPMatcher.IPRangeMatcherOrBuilder. getRangesOrBuilder(int index)A non-empty set of CIDR ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CidrRangeOrBuilder Modifier and Type Method Description List<? extends CidrRangeOrBuilder>IPMatcher.IPRangeMatcher.Builder. getRangesOrBuilderList()A non-empty set of CIDR ranges.List<? extends CidrRangeOrBuilder>IPMatcher.IPRangeMatcher. getRangesOrBuilderList()A non-empty set of CIDR ranges.List<? extends CidrRangeOrBuilder>IPMatcher.IPRangeMatcherOrBuilder. getRangesOrBuilderList()A non-empty set of CIDR ranges.
-