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 class
TransportSocketMatch specifies what transport socket config will be used when the match conditions are satisfied.static final class
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.TransportSocketMatchOrBuilderModifier and TypeFieldDescriptionprivate 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.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 TypeMethodDescriptionprivate com.google.protobuf.RepeatedFieldBuilder
<Cluster.TransportSocketMatch, Cluster.TransportSocketMatch.Builder, Cluster.TransportSocketMatchOrBuilder> Cluster.Builder.getTransportSocketMatchesFieldBuilder()
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.