Uses of Interface
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatchOrBuilder
-
Packages that use Cluster.TransportSocketMatchOrBuilder Package Description io.envoyproxy.envoy.config.cluster.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.Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.TransportSocketMatchOrBuilder Modifier and Type Field Description private com.google.protobuf.RepeatedFieldBuilder<Cluster.TransportSocketMatch,Cluster.TransportSocketMatch.Builder,Cluster.TransportSocketMatchOrBuilder>Cluster.Builder. transportSocketMatchesBuilder_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 private com.google.protobuf.RepeatedFieldBuilder<Cluster.TransportSocketMatch,Cluster.TransportSocketMatch.Builder,Cluster.TransportSocketMatchOrBuilder>Cluster.Builder. getTransportSocketMatchesFieldBuilder()java.util.List<? extends Cluster.TransportSocketMatchOrBuilder>Cluster.Builder. getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints.java.util.List<? extends Cluster.TransportSocketMatchOrBuilder>Cluster. getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints.java.util.List<? extends Cluster.TransportSocketMatchOrBuilder>ClusterOrBuilder. getTransportSocketMatchesOrBuilderList()Configuration to use different transport sockets for different endpoints.
-