Uses of Class
com.github.xds.core.v3.CidrRange
Packages that use CidrRange
Package
Description
-
Uses of CidrRange in com.github.xds.core.v3
Methods in com.github.xds.core.v3 that return CidrRangeModifier and TypeMethodDescriptionCidrRange.Builder.build()CidrRange.Builder.buildPartial()static CidrRangeCidrRange.getDefaultInstance()CidrRange.Builder.getDefaultInstanceForType()CidrRange.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 CidrRangeModifier and TypeMethodDescriptioncom.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 CidrRangeModifier and TypeMethodDescriptionstatic 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 CidrRangeModifier and TypeMethodDescriptionIPMatcher.IPRangeMatcher.Builder.getRanges(int index) A non-empty set of CIDR ranges.IPMatcher.IPRangeMatcher.getRanges(int index) A non-empty set of CIDR ranges.IPMatcher.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 CidrRangeModifier and TypeMethodDescriptionIPMatcher.IPRangeMatcher.Builder.getRangesList()A non-empty set of CIDR ranges.IPMatcher.IPRangeMatcher.getRangesList()A non-empty set of CIDR ranges.IPMatcher.IPRangeMatcherOrBuilder.getRangesList()A non-empty set of CIDR ranges.Methods in com.github.xds.type.matcher.v3 with parameters of type CidrRangeModifier and TypeMethodDescriptionA non-empty set of CIDR ranges.A non-empty set of CIDR ranges.A non-empty set of CIDR ranges.Method parameters in com.github.xds.type.matcher.v3 with type arguments of type CidrRangeModifier and TypeMethodDescriptionIPMatcher.IPRangeMatcher.Builder.addAllRanges(Iterable<? extends CidrRange> values) A non-empty set of CIDR ranges. -
Uses of CidrRange in io.envoyproxy.envoy.type.matcher.v3
Methods in io.envoyproxy.envoy.type.matcher.v3 that return CidrRangeModifier and TypeMethodDescriptionAddressMatcher.Builder.getRanges(int index) repeated .xds.core.v3.CidrRange ranges = 1;AddressMatcher.getRanges(int index) repeated .xds.core.v3.CidrRange ranges = 1;AddressMatcherOrBuilder.getRanges(int index) repeated .xds.core.v3.CidrRange ranges = 1;Methods in io.envoyproxy.envoy.type.matcher.v3 that return types with arguments of type CidrRangeModifier and TypeMethodDescriptionAddressMatcher.Builder.getRangesList()repeated .xds.core.v3.CidrRange ranges = 1;AddressMatcher.getRangesList()repeated .xds.core.v3.CidrRange ranges = 1;AddressMatcherOrBuilder.getRangesList()repeated .xds.core.v3.CidrRange ranges = 1;Methods in io.envoyproxy.envoy.type.matcher.v3 with parameters of type CidrRangeModifier and TypeMethodDescriptionrepeated .xds.core.v3.CidrRange ranges = 1;repeated .xds.core.v3.CidrRange ranges = 1;repeated .xds.core.v3.CidrRange ranges = 1;Method parameters in io.envoyproxy.envoy.type.matcher.v3 with type arguments of type CidrRangeModifier and TypeMethodDescriptionAddressMatcher.Builder.addAllRanges(Iterable<? extends CidrRange> values) repeated .xds.core.v3.CidrRange ranges = 1;