Uses of Class
io.grpc.xds.EnvoyServerProtoData.CidrRange
-
Packages that use EnvoyServerProtoData.CidrRange Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of EnvoyServerProtoData.CidrRange in io.grpc.xds
Subclasses of EnvoyServerProtoData.CidrRange in io.grpc.xds Modifier and Type Class Description (package private) class
AutoValue_EnvoyServerProtoData_CidrRange
Fields in io.grpc.xds with type parameters of type EnvoyServerProtoData.CidrRange Modifier and Type Field Description private com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
AutoValue_EnvoyServerProtoData_FilterChainMatch. prefixRanges
private com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
AutoValue_EnvoyServerProtoData_FilterChainMatch. sourcePrefixRanges
Methods in io.grpc.xds that return EnvoyServerProtoData.CidrRange Modifier and Type Method Description (package private) static EnvoyServerProtoData.CidrRange
EnvoyServerProtoData.CidrRange. create(java.lang.String addressPrefix, int prefixLen)
Methods in io.grpc.xds that return types with arguments of type EnvoyServerProtoData.CidrRange Modifier and Type Method Description (package private) com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
AutoValue_EnvoyServerProtoData_FilterChainMatch. prefixRanges()
(package private) abstract com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
EnvoyServerProtoData.FilterChainMatch. prefixRanges()
(package private) com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
AutoValue_EnvoyServerProtoData_FilterChainMatch. sourcePrefixRanges()
(package private) abstract com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange>
EnvoyServerProtoData.FilterChainMatch. sourcePrefixRanges()
Method parameters in io.grpc.xds with type arguments of type EnvoyServerProtoData.CidrRange Modifier and Type Method Description static EnvoyServerProtoData.FilterChainMatch
EnvoyServerProtoData.FilterChainMatch. create(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts, com.google.common.collect.ImmutableList<java.lang.String> serverNames, java.lang.String transportProtocol)
Constructor parameters in io.grpc.xds with type arguments of type EnvoyServerProtoData.CidrRange Constructor Description AutoValue_EnvoyServerProtoData_FilterChainMatch(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<java.lang.String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<java.lang.Integer> sourcePorts, com.google.common.collect.ImmutableList<java.lang.String> serverNames, java.lang.String transportProtocol)
-