Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatch.Builder
Packages that use Cluster.TransportSocketMatch.Builder
-
Uses of Cluster.TransportSocketMatch.Builder in io.envoyproxy.envoy.config.cluster.v3
Subclasses with type arguments of type Cluster.TransportSocketMatch.Builder in io.envoyproxy.envoy.config.cluster.v3Modifier and TypeClassDescriptionstatic final classTransportSocketMatch 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.TransportSocketMatch.BuilderModifier 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.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.addTransportSocketMatchesBuilder()Configuration to use different transport sockets for different endpoints.Cluster.Builder.addTransportSocketMatchesBuilder(int index) Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch.Builder.clear()Cluster.TransportSocketMatch.Builder.clearMatch()Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.clearName()The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.clearTransportSocket()The configuration of the transport socket.Cluster.Builder.getTransportSocketMatchesBuilder(int index) Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Cluster.TransportSocketMatch.Builder.mergeFrom(com.google.protobuf.Message other) Cluster.TransportSocketMatch.Builder.mergeFrom(Cluster.TransportSocketMatch other) Cluster.TransportSocketMatch.Builder.mergeMatch(com.google.protobuf.Struct value) Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.mergeTransportSocket(TransportSocket value) The configuration of the transport socket.Cluster.TransportSocketMatch.newBuilder()Cluster.TransportSocketMatch.newBuilder(Cluster.TransportSocketMatch prototype) Cluster.TransportSocketMatch.newBuilderForType()protected Cluster.TransportSocketMatch.BuilderCluster.TransportSocketMatch.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) Cluster.TransportSocketMatch.Builder.setMatch(com.google.protobuf.Struct value) Optional metadata match criteria.Cluster.TransportSocketMatch.Builder.setMatch(com.google.protobuf.Struct.Builder builderForValue) Optional metadata match criteria.The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.setNameBytes(com.google.protobuf.ByteString value) The name of the match, used in stats generation.Cluster.TransportSocketMatch.Builder.setTransportSocket(TransportSocket value) The configuration of the transport socket.Cluster.TransportSocketMatch.Builder.setTransportSocket(TransportSocket.Builder builderForValue) The configuration of the transport socket.Cluster.TransportSocketMatch.toBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.getTransportSocketMatchesBuilderList()Configuration to use different transport sockets for different endpoints.private com.google.protobuf.RepeatedFieldBuilder<Cluster.TransportSocketMatch, Cluster.TransportSocketMatch.Builder, Cluster.TransportSocketMatchOrBuilder> Cluster.Builder.internalGetTransportSocketMatchesFieldBuilder()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.TransportSocketMatch.BuilderModifier and TypeMethodDescriptionCluster.Builder.addTransportSocketMatches(int index, Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.Cluster.Builder.addTransportSocketMatches(Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.Cluster.Builder.setTransportSocketMatches(int index, Cluster.TransportSocketMatch.Builder builderForValue) Configuration to use different transport sockets for different endpoints.