Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatch
Packages that use Cluster.TransportSocketMatch
-
Uses of Cluster.TransportSocketMatch in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.TransportSocketMatchModifier and TypeFieldDescriptionprivate static final Cluster.TransportSocketMatchCluster.TransportSocketMatch.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.TransportSocketMatchModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser<Cluster.TransportSocketMatch> Cluster.TransportSocketMatch.PARSERprivate List<Cluster.TransportSocketMatch> Cluster.Builder.transportSocketMatches_private List<Cluster.TransportSocketMatch> Cluster.transportSocketMatches_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.TransportSocketMatchModifier and TypeMethodDescriptionCluster.TransportSocketMatch.Builder.build()Cluster.TransportSocketMatch.Builder.buildPartial()static Cluster.TransportSocketMatchCluster.TransportSocketMatch.getDefaultInstance()Cluster.TransportSocketMatch.Builder.getDefaultInstanceForType()Cluster.TransportSocketMatch.getDefaultInstanceForType()Cluster.Builder.getTransportSocketMatches(int index) Configuration to use different transport sockets for different endpoints.Cluster.getTransportSocketMatches(int index) Configuration to use different transport sockets for different endpoints.ClusterOrBuilder.getTransportSocketMatches(int index) Configuration to use different transport sockets for different endpoints.static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseDelimitedFrom(InputStream input) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(byte[] data) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(com.google.protobuf.ByteString data) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(com.google.protobuf.CodedInputStream input) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(InputStream input) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(ByteBuffer data) static Cluster.TransportSocketMatchCluster.TransportSocketMatch.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.TransportSocketMatchModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Cluster.TransportSocketMatch> Cluster.TransportSocketMatch.getParserForType()Cluster.Builder.getTransportSocketMatchesList()Configuration to use different transport sockets for different endpoints.Cluster.getTransportSocketMatchesList()Configuration to use different transport sockets for different endpoints.ClusterOrBuilder.getTransportSocketMatchesList()Configuration to use different transport sockets for different endpoints.private com.google.protobuf.RepeatedFieldBuilder<Cluster.TransportSocketMatch, Cluster.TransportSocketMatch.Builder, Cluster.TransportSocketMatchOrBuilder> Cluster.Builder.internalGetTransportSocketMatchesFieldBuilder()static com.google.protobuf.Parser<Cluster.TransportSocketMatch> Cluster.TransportSocketMatch.parser()Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.TransportSocketMatchModifier and TypeMethodDescriptionCluster.Builder.addTransportSocketMatches(int index, Cluster.TransportSocketMatch value) Configuration to use different transport sockets for different endpoints.Cluster.Builder.addTransportSocketMatches(Cluster.TransportSocketMatch value) Configuration to use different transport sockets for different endpoints.private voidCluster.TransportSocketMatch.Builder.buildPartial0(Cluster.TransportSocketMatch result) Cluster.TransportSocketMatch.Builder.mergeFrom(Cluster.TransportSocketMatch other) Cluster.TransportSocketMatch.newBuilder(Cluster.TransportSocketMatch prototype) Cluster.Builder.setTransportSocketMatches(int index, Cluster.TransportSocketMatch value) Configuration to use different transport sockets for different endpoints.Method parameters in io.envoyproxy.envoy.config.cluster.v3 with type arguments of type Cluster.TransportSocketMatchModifier and TypeMethodDescriptionCluster.Builder.addAllTransportSocketMatches(Iterable<? extends Cluster.TransportSocketMatch> values) Configuration to use different transport sockets for different endpoints.