Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatchOrBuilder
-
Packages that use Cluster.TransportSocketMatchOrBuilder Package Description io.envoyproxy.envoy.config.cluster.v3 io.envoyproxy.envoy.service.health.v3 -
-
Uses of Cluster.TransportSocketMatchOrBuilder in io.envoyproxy.envoy.config.cluster.v3
Classes in io.envoyproxy.envoy.config.cluster.v3 that implement Cluster.TransportSocketMatchOrBuilder Modifier and Type Class Description static classCluster.TransportSocketMatchTransportSocketMatch specifies what transport socket config will be used when the match conditions are satisfied.static classCluster.TransportSocketMatch.BuilderTransportSocketMatch 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.TransportSocketMatchOrBuilder Modifier and Type Method Description Cluster.TransportSocketMatchOrBuilderCluster.Builder. getTransportSocketMatchesOrBuilder(int index)Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatchOrBuilderCluster. getTransportSocketMatchesOrBuilder(int index)Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatchOrBuilderClusterOrBuilder. 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.TransportSocketMatchOrBuilder Modifier and Type Method Description List<? 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.TransportSocketMatchOrBuilder Modifier and Type Method Description Cluster.TransportSocketMatchOrBuilderClusterHealthCheck.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.Cluster.TransportSocketMatchOrBuilderClusterHealthCheck. 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.Cluster.TransportSocketMatchOrBuilderClusterHealthCheckOrBuilder. 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.TransportSocketMatchOrBuilder Modifier and Type Method Description List<? 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.
-