Uses of Class
io.grpc.xds.EnvoyServerProtoData.FilterChainMatch
Packages that use EnvoyServerProtoData.FilterChainMatch
-
Uses of EnvoyServerProtoData.FilterChainMatch in io.grpc.xds
Subclasses of EnvoyServerProtoData.FilterChainMatch in io.grpc.xdsModifier and TypeClassDescription(package private) final class
Fields in io.grpc.xds declared as EnvoyServerProtoData.FilterChainMatchModifier and TypeFieldDescriptionprivate final EnvoyServerProtoData.FilterChainMatch
AutoValue_EnvoyServerProtoData_FilterChain.filterChainMatch
Methods in io.grpc.xds that return EnvoyServerProtoData.FilterChainMatchModifier 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) (package private) EnvoyServerProtoData.FilterChainMatch
AutoValue_EnvoyServerProtoData_FilterChain.filterChainMatch()
(package private) abstract EnvoyServerProtoData.FilterChainMatch
EnvoyServerProtoData.FilterChain.filterChainMatch()
private static EnvoyServerProtoData.FilterChainMatch
XdsListenerResource.parseFilterChainMatch
(FilterChainMatch proto) Methods in io.grpc.xds that return types with arguments of type EnvoyServerProtoData.FilterChainMatchModifier and TypeMethodDescriptionprivate static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnApplicationProtocols
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnPrefixRange
(EnvoyServerProtoData.FilterChainMatch filterChainMatch) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnServerNames
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnSourcePorts
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnSourcePrefixRange
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.getCrossProduct
(EnvoyServerProtoData.FilterChainMatch filterChainMatch) Methods in io.grpc.xds with parameters of type EnvoyServerProtoData.FilterChainMatchModifier and TypeMethodDescriptionprivate static void
XdsListenerResource.checkForUniqueness
(Set<EnvoyServerProtoData.FilterChainMatch> uniqueSet, EnvoyServerProtoData.FilterChainMatch filterChainMatch) (package private) static EnvoyServerProtoData.FilterChain
EnvoyServerProtoData.FilterChain.create
(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, EnvoyServerProtoData.DownstreamTlsContext downstreamTlsContext, TlsContextManager tlsContextManager) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnPrefixRange
(EnvoyServerProtoData.FilterChainMatch filterChainMatch) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.getCrossProduct
(EnvoyServerProtoData.FilterChainMatch filterChainMatch) private static int
FilterChainMatchingProtocolNegotiators.FilterChainMatchingHandler.FilterChainSelector.getMatchingPrefixLength
(EnvoyServerProtoData.FilterChainMatch filterChainMatch, InetAddress address, boolean forDestination) Method parameters in io.grpc.xds with type arguments of type EnvoyServerProtoData.FilterChainMatchModifier and TypeMethodDescriptionprivate static void
XdsListenerResource.checkForUniqueness
(Set<EnvoyServerProtoData.FilterChainMatch> uniqueSet, EnvoyServerProtoData.FilterChainMatch filterChainMatch) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnApplicationProtocols
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnServerNames
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnSourcePorts
(Collection<EnvoyServerProtoData.FilterChainMatch> set) private static List
<EnvoyServerProtoData.FilterChainMatch> XdsListenerResource.expandOnSourcePrefixRange
(Collection<EnvoyServerProtoData.FilterChainMatch> set) (package private) static EnvoyServerProtoData.FilterChain
XdsListenerResource.parseFilterChain
(FilterChain proto, TlsContextManager tlsContextManager, FilterRegistry filterRegistry, Set<EnvoyServerProtoData.FilterChainMatch> uniqueSet, Set<String> certProviderInstances) Constructors in io.grpc.xds with parameters of type EnvoyServerProtoData.FilterChainMatchModifierConstructorDescription(package private)
AutoValue_EnvoyServerProtoData_FilterChain
(String name, EnvoyServerProtoData.FilterChainMatch filterChainMatch, HttpConnectionManager httpConnectionManager, SslContextProviderSupplier sslContextProviderSupplier)