Uses of Enum
io.grpc.xds.EnvoyServerProtoData.ConnectionSourceType
Packages that use EnvoyServerProtoData.ConnectionSourceType
-
Uses of EnvoyServerProtoData.ConnectionSourceType in io.grpc.xds
Subclasses with type arguments of type EnvoyServerProtoData.ConnectionSourceType in io.grpc.xdsModifier and TypeClassDescription(package private) static enumFields in io.grpc.xds declared as EnvoyServerProtoData.ConnectionSourceTypeModifier and TypeFieldDescriptionprivate final EnvoyServerProtoData.ConnectionSourceTypeAutoValue_EnvoyServerProtoData_FilterChainMatch.connectionSourceTypeMethods in io.grpc.xds that return EnvoyServerProtoData.ConnectionSourceTypeModifier and TypeMethodDescription(package private) EnvoyServerProtoData.ConnectionSourceTypeAutoValue_EnvoyServerProtoData_FilterChainMatch.connectionSourceType()(package private) abstract EnvoyServerProtoData.ConnectionSourceTypeEnvoyServerProtoData.FilterChainMatch.connectionSourceType()Returns the enum constant of this type with the specified name.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.ConnectionSourceTypeModifier and TypeMethodDescriptionEnvoyServerProtoData.FilterChainMatch.create(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<Integer> sourcePorts, com.google.common.collect.ImmutableList<String> serverNames, String transportProtocol) Constructors in io.grpc.xds with parameters of type EnvoyServerProtoData.ConnectionSourceTypeModifierConstructorDescription(package private)AutoValue_EnvoyServerProtoData_FilterChainMatch(int destinationPort, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> prefixRanges, com.google.common.collect.ImmutableList<String> applicationProtocols, com.google.common.collect.ImmutableList<EnvoyServerProtoData.CidrRange> sourcePrefixRanges, EnvoyServerProtoData.ConnectionSourceType connectionSourceType, com.google.common.collect.ImmutableList<Integer> sourcePorts, com.google.common.collect.ImmutableList<String> serverNames, String transportProtocol)