Uses of Interface
io.envoyproxy.envoy.api.v2.Cluster.TransportSocketMatchOrBuilder
-
Packages that use Cluster.TransportSocketMatchOrBuilder Package Description io.envoyproxy.envoy.api.v2 -
-
Uses of Cluster.TransportSocketMatchOrBuilder in io.envoyproxy.envoy.api.v2
Classes in io.envoyproxy.envoy.api.v2 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.api.v2 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.api.v2 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.
-