| Modifier and Type | Method and Description |
|---|---|
TransportSocket |
Cluster.getTransportSocket()
Optional custom transport socket implementation to use for upstream connections.
|
TransportSocket |
Cluster.TransportSocketMatchOrBuilder.getTransportSocket()
The configuration of the transport socket.
|
TransportSocket |
Cluster.TransportSocketMatch.getTransportSocket()
The configuration of the transport socket.
|
TransportSocket |
Cluster.TransportSocketMatch.Builder.getTransportSocket()
The configuration of the transport socket.
|
TransportSocket |
Cluster.Builder.getTransportSocket()
Optional custom transport socket implementation to use for upstream connections.
|
TransportSocket |
ClusterOrBuilder.getTransportSocket()
Optional custom transport socket implementation to use for upstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.TransportSocketMatch.Builder |
Cluster.TransportSocketMatch.Builder.mergeTransportSocket(TransportSocket value)
The configuration of the transport socket.
|
Cluster.Builder |
Cluster.Builder.mergeTransportSocket(TransportSocket value)
Optional custom transport socket implementation to use for upstream connections.
|
Cluster.TransportSocketMatch.Builder |
Cluster.TransportSocketMatch.Builder.setTransportSocket(TransportSocket value)
The configuration of the transport socket.
|
Cluster.Builder |
Cluster.Builder.setTransportSocket(TransportSocket value)
Optional custom transport socket implementation to use for upstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
TransportSocket |
TransportSocket.Builder.build() |
TransportSocket |
TransportSocket.Builder.buildPartial() |
static TransportSocket |
TransportSocket.getDefaultInstance() |
TransportSocket |
TransportSocket.getDefaultInstanceForType() |
TransportSocket |
TransportSocket.Builder.getDefaultInstanceForType() |
static TransportSocket |
TransportSocket.parseDelimitedFrom(InputStream input) |
static TransportSocket |
TransportSocket.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransportSocket |
TransportSocket.parseFrom(byte[] data) |
static TransportSocket |
TransportSocket.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransportSocket |
TransportSocket.parseFrom(ByteBuffer data) |
static TransportSocket |
TransportSocket.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransportSocket |
TransportSocket.parseFrom(com.google.protobuf.ByteString data) |
static TransportSocket |
TransportSocket.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransportSocket |
TransportSocket.parseFrom(com.google.protobuf.CodedInputStream input) |
static TransportSocket |
TransportSocket.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TransportSocket |
TransportSocket.parseFrom(InputStream input) |
static TransportSocket |
TransportSocket.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TransportSocket> |
TransportSocket.getParserForType() |
static com.google.protobuf.Parser<TransportSocket> |
TransportSocket.parser() |
| Modifier and Type | Method and Description |
|---|---|
TransportSocket.Builder |
TransportSocket.Builder.mergeFrom(TransportSocket other) |
static TransportSocket.Builder |
TransportSocket.newBuilder(TransportSocket prototype) |
| Modifier and Type | Method and Description |
|---|---|
TransportSocket |
FilterChainOrBuilder.getTransportSocket()
Optional custom transport socket implementation to use for downstream connections.
|
TransportSocket |
FilterChain.getTransportSocket()
Optional custom transport socket implementation to use for downstream connections.
|
TransportSocket |
FilterChain.Builder.getTransportSocket()
Optional custom transport socket implementation to use for downstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
FilterChain.Builder |
FilterChain.Builder.mergeTransportSocket(TransportSocket value)
Optional custom transport socket implementation to use for downstream connections.
|
FilterChain.Builder |
FilterChain.Builder.setTransportSocket(TransportSocket value)
Optional custom transport socket implementation to use for downstream connections.
|
| Modifier and Type | Method and Description |
|---|---|
TransportSocket |
Tap.getTransportSocket()
The underlying transport socket being wrapped.
|
TransportSocket |
Tap.Builder.getTransportSocket()
The underlying transport socket being wrapped.
|
TransportSocket |
TapOrBuilder.getTransportSocket()
The underlying transport socket being wrapped.
|
| Modifier and Type | Method and Description |
|---|---|
Tap.Builder |
Tap.Builder.mergeTransportSocket(TransportSocket value)
The underlying transport socket being wrapped.
|
Tap.Builder |
Tap.Builder.setTransportSocket(TransportSocket value)
The underlying transport socket being wrapped.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.