Uses of Class
io.grpc.xds.EnvoyServerProtoData.ConnectionSourceType
-
Packages that use EnvoyServerProtoData.ConnectionSourceType Package Description io.grpc.xds Library for gPRC proxyless service mesh using Envoy xDS protocol. -
-
Uses of EnvoyServerProtoData.ConnectionSourceType in io.grpc.xds
Fields in io.grpc.xds declared as EnvoyServerProtoData.ConnectionSourceType Modifier and Type Field Description private EnvoyServerProtoData.ConnectionSourceType
AutoValue_EnvoyServerProtoData_FilterChainMatch. connectionSourceType
Methods in io.grpc.xds that return EnvoyServerProtoData.ConnectionSourceType Modifier and Type Method Description (package private) EnvoyServerProtoData.ConnectionSourceType
AutoValue_EnvoyServerProtoData_FilterChainMatch. connectionSourceType()
(package private) abstract EnvoyServerProtoData.ConnectionSourceType
EnvoyServerProtoData.FilterChainMatch. connectionSourceType()
static EnvoyServerProtoData.ConnectionSourceType
EnvoyServerProtoData.ConnectionSourceType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static EnvoyServerProtoData.ConnectionSourceType[]
EnvoyServerProtoData.ConnectionSourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.grpc.xds with parameters of type EnvoyServerProtoData.ConnectionSourceType 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)
Constructors in io.grpc.xds with parameters of type EnvoyServerProtoData.ConnectionSourceType 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)
-