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 class
Cluster.TransportSocketMatch
TransportSocketMatch specifies what transport socket config will be used when the match conditions are satisfied.static class
Cluster.TransportSocketMatch.Builder
TransportSocketMatch 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.TransportSocketMatchOrBuilder
Cluster.Builder. getTransportSocketMatchesOrBuilder(int index)
Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatchOrBuilder
Cluster. getTransportSocketMatchesOrBuilder(int index)
Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatchOrBuilder
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.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.
-