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 classFields in io.grpc.xds declared as EnvoyServerProtoData.FilterChainMatchModifier and TypeFieldDescriptionprivate final EnvoyServerProtoData.FilterChainMatchAutoValue_EnvoyServerProtoData_FilterChain.filterChainMatchMethods 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.FilterChainMatchAutoValue_EnvoyServerProtoData_FilterChain.filterChainMatch()(package private) abstract EnvoyServerProtoData.FilterChainMatchEnvoyServerProtoData.FilterChain.filterChainMatch()private static EnvoyServerProtoData.FilterChainMatchXdsListenerResource.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 voidXdsListenerResource.checkForUniqueness(Set<EnvoyServerProtoData.FilterChainMatch> uniqueSet, EnvoyServerProtoData.FilterChainMatch filterChainMatch) (package private) static EnvoyServerProtoData.FilterChainEnvoyServerProtoData.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 intFilterChainMatchingProtocolNegotiators.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 voidXdsListenerResource.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.FilterChainXdsListenerResource.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)