Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatchOrBuilder
Packages that use Cluster.TransportSocketMatchOrBuilder
-
Uses of Cluster.TransportSocketMatchOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement Cluster.TransportSocketMatchOrBuilderModifier and TypeClassDescriptionstatic final classTransportSocketMatch specifies what transport socket config will be used when the match conditions are satisfied.static final classTransportSocketMatch specifies what transport socket config will be used when the match conditions are satisfied.Methods in io.envoyproxy.envoy.config.cluster.v3 that return Cluster.TransportSocketMatchOrBuilderModifier and TypeMethodDescriptionCluster.Builder.getTransportSocketMatchesOrBuilder(int index) Configuration to use different transport sockets for different endpoints.Cluster.getTransportSocketMatchesOrBuilder(int index) Configuration to use different transport sockets for different endpoints.ClusterOrBuilder.getTransportSocketMatchesOrBuilder(int index) Configuration to use different transport sockets for different endpoints.Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.TransportSocketMatchOrBuilderModifier and TypeMethodDescriptionList<? extends Cluster.TransportSocketMatchOrBuilder>Cluster.Builder.getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints.List<? extends Cluster.TransportSocketMatchOrBuilder>Cluster.getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints.List<? extends Cluster.TransportSocketMatchOrBuilder>ClusterOrBuilder.getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints. -
Uses of Cluster.TransportSocketMatchOrBuilder in io.envoyproxy.envoy.service.health.v3
Methods in io.envoyproxy.envoy.service.health.v3 that return Cluster.TransportSocketMatchOrBuilderModifier and TypeMethodDescriptionClusterHealthCheck.Builder.getTransportSocketMatchesOrBuilder(int index) Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.ClusterHealthCheck.getTransportSocketMatchesOrBuilder(int index) Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.ClusterHealthCheckOrBuilder.getTransportSocketMatchesOrBuilder(int index) Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.Methods in io.envoyproxy.envoy.service.health.v3 that return types with arguments of type Cluster.TransportSocketMatchOrBuilderModifier and TypeMethodDescriptionList<? extends Cluster.TransportSocketMatchOrBuilder>ClusterHealthCheck.Builder.getTransportSocketMatchesOrBuilderList()Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.List<? extends Cluster.TransportSocketMatchOrBuilder>ClusterHealthCheck.getTransportSocketMatchesOrBuilderList()Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.List<? extends Cluster.TransportSocketMatchOrBuilder>ClusterHealthCheckOrBuilder.getTransportSocketMatchesOrBuilderList()Optional map that gets filtered by :ref:`health_checks.transport_socket_match_criteria <envoy_v3_api_field_config.core.v3.HealthCheck.transport_socket_match_criteria>` on connection when health checking.