Uses of Class
io.envoyproxy.envoy.config.cluster.v3.Cluster.TransportSocketMatch
-
Packages that use Cluster.TransportSocketMatch Package Description io.envoyproxy.envoy.config.cluster.v3 -
-
Uses of Cluster.TransportSocketMatch in io.envoyproxy.envoy.config.cluster.v3
Fields in io.envoyproxy.envoy.config.cluster.v3 declared as Cluster.TransportSocketMatch Modifier and Type Field Description private static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. DEFAULT_INSTANCE
Fields in io.envoyproxy.envoy.config.cluster.v3 with type parameters of type Cluster.TransportSocketMatch Modifier and Type Field Description private static com.google.protobuf.Parser<Cluster.TransportSocketMatch>
Cluster.TransportSocketMatch. PARSER
private java.util.List<Cluster.TransportSocketMatch>
Cluster.Builder. transportSocketMatches_
private java.util.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.TransportSocketMatch Modifier and Type Method Description Cluster.TransportSocketMatch
Cluster.TransportSocketMatch.Builder. build()
Cluster.TransportSocketMatch
Cluster.TransportSocketMatch.Builder. buildPartial()
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. getDefaultInstance()
Cluster.TransportSocketMatch
Cluster.TransportSocketMatch.Builder. getDefaultInstanceForType()
Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. getDefaultInstanceForType()
Cluster.TransportSocketMatch
Cluster.Builder. getTransportSocketMatches(int index)
Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch
Cluster. getTransportSocketMatches(int index)
Configuration to use different transport sockets for different endpoints.Cluster.TransportSocketMatch
ClusterOrBuilder. getTransportSocketMatches(int index)
Configuration to use different transport sockets for different endpoints.static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseDelimitedFrom(java.io.InputStream input)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(byte[] data)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(com.google.protobuf.ByteString data)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(com.google.protobuf.CodedInputStream input)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(java.io.InputStream input)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(java.nio.ByteBuffer data)
static Cluster.TransportSocketMatch
Cluster.TransportSocketMatch. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.envoyproxy.envoy.config.cluster.v3 that return types with arguments of type Cluster.TransportSocketMatch Modifier and Type Method Description com.google.protobuf.Parser<Cluster.TransportSocketMatch>
Cluster.TransportSocketMatch. getParserForType()
private com.google.protobuf.RepeatedFieldBuilder<Cluster.TransportSocketMatch,Cluster.TransportSocketMatch.Builder,Cluster.TransportSocketMatchOrBuilder>
Cluster.Builder. getTransportSocketMatchesFieldBuilder()
java.util.List<Cluster.TransportSocketMatch>
Cluster.Builder. getTransportSocketMatchesList()
Configuration to use different transport sockets for different endpoints.java.util.List<Cluster.TransportSocketMatch>
Cluster. getTransportSocketMatchesList()
Configuration to use different transport sockets for different endpoints.java.util.List<Cluster.TransportSocketMatch>
ClusterOrBuilder. getTransportSocketMatchesList()
Configuration to use different transport sockets for different endpoints.static com.google.protobuf.Parser<Cluster.TransportSocketMatch>
Cluster.TransportSocketMatch. parser()
Methods in io.envoyproxy.envoy.config.cluster.v3 with parameters of type Cluster.TransportSocketMatch Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addTransportSocketMatches(int index, Cluster.TransportSocketMatch value)
Configuration to use different transport sockets for different endpoints.Cluster.Builder
Cluster.Builder. addTransportSocketMatches(Cluster.TransportSocketMatch value)
Configuration to use different transport sockets for different endpoints.private void
Cluster.TransportSocketMatch.Builder. buildPartial0(Cluster.TransportSocketMatch result)
Cluster.TransportSocketMatch.Builder
Cluster.TransportSocketMatch.Builder. mergeFrom(Cluster.TransportSocketMatch other)
static Cluster.TransportSocketMatch.Builder
Cluster.TransportSocketMatch. newBuilder(Cluster.TransportSocketMatch prototype)
Cluster.Builder
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.TransportSocketMatch Modifier and Type Method Description Cluster.Builder
Cluster.Builder. addAllTransportSocketMatches(java.lang.Iterable<? extends Cluster.TransportSocketMatch> values)
Configuration to use different transport sockets for different endpoints.
-