Uses of Class
com.github.xds.core.v3.CidrRange
-
Packages that use CidrRange Package Description com.github.xds.core.v3 com.github.xds.type.matcher.v3 -
-
Uses of CidrRange in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return CidrRange Modifier and Type Method Description CidrRangeCidrRange.Builder. build()CidrRangeCidrRange.Builder. buildPartial()static CidrRangeCidrRange. getDefaultInstance()CidrRangeCidrRange.Builder. getDefaultInstanceForType()CidrRangeCidrRange. getDefaultInstanceForType()static CidrRangeCidrRange. parseDelimitedFrom(InputStream input)static CidrRangeCidrRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(byte[] data)static CidrRangeCidrRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(com.google.protobuf.ByteString data)static CidrRangeCidrRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(com.google.protobuf.CodedInputStream input)static CidrRangeCidrRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(InputStream input)static CidrRangeCidrRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static CidrRangeCidrRange. parseFrom(ByteBuffer data)static CidrRangeCidrRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.github.xds.core.v3 that return types with arguments of type CidrRange Modifier and Type Method Description com.google.protobuf.Parser<CidrRange>CidrRange. getParserForType()static com.google.protobuf.Parser<CidrRange>CidrRange. parser()Methods in com.github.xds.core.v3 with parameters of type CidrRange Modifier and Type Method Description CidrRange.BuilderCidrRange.Builder. mergeFrom(CidrRange other)static CidrRange.BuilderCidrRange. newBuilder(CidrRange prototype) -
Uses of CidrRange in com.github.xds.type.matcher.v3
Methods in com.github.xds.type.matcher.v3 that return CidrRange Modifier and Type Method Description CidrRangeIPMatcher.IPRangeMatcher.Builder. getRanges(int index)A non-empty set of CIDR ranges.CidrRangeIPMatcher.IPRangeMatcher. getRanges(int index)A non-empty set of CIDR ranges.CidrRangeIPMatcher.IPRangeMatcherOrBuilder. getRanges(int index)A non-empty set of CIDR ranges.Methods in com.github.xds.type.matcher.v3 that return types with arguments of type CidrRange Modifier and Type Method Description List<CidrRange>IPMatcher.IPRangeMatcher.Builder. getRangesList()A non-empty set of CIDR ranges.List<CidrRange>IPMatcher.IPRangeMatcher. getRangesList()A non-empty set of CIDR ranges.List<CidrRange>IPMatcher.IPRangeMatcherOrBuilder. getRangesList()A non-empty set of CIDR ranges.Methods in com.github.xds.type.matcher.v3 with parameters of type CidrRange Modifier and Type Method Description IPMatcher.IPRangeMatcher.BuilderIPMatcher.IPRangeMatcher.Builder. addRanges(int index, CidrRange value)A non-empty set of CIDR ranges.IPMatcher.IPRangeMatcher.BuilderIPMatcher.IPRangeMatcher.Builder. addRanges(CidrRange value)A non-empty set of CIDR ranges.IPMatcher.IPRangeMatcher.BuilderIPMatcher.IPRangeMatcher.Builder. setRanges(int index, CidrRange value)A non-empty set of CIDR ranges.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type CidrRange Modifier and Type Method Description IPMatcher.IPRangeMatcher.BuilderIPMatcher.IPRangeMatcher.Builder. addAllRanges(Iterable<? extends CidrRange> values)A non-empty set of CIDR ranges.
-