Uses of Enum
io.grpc.xds.EnvoyServerProtoData.ConnectionSourceType
Packages that use EnvoyServerProtoData.ConnectionSourceType
-
Uses of EnvoyServerProtoData.ConnectionSourceType in io.grpc.xds
Fields in io.grpc.xds declared as EnvoyServerProtoData.ConnectionSourceTypeModifier and TypeFieldDescriptionprivate final EnvoyServerProtoData.ConnectionSourceType
AutoValue_EnvoyServerProtoData_FilterChainMatch.connectionSourceType
Methods in io.grpc.xds that return EnvoyServerProtoData.ConnectionSourceTypeModifier and TypeMethodDescription(package private) EnvoyServerProtoData.ConnectionSourceType
AutoValue_EnvoyServerProtoData_FilterChainMatch.connectionSourceType()
(package private) abstract EnvoyServerProtoData.ConnectionSourceType
EnvoyServerProtoData.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)