public interface ThriftProtocolOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ProtocolType |
getProtocol()
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
int |
getProtocolValue()
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
TransportType |
getTransport()
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
int |
getTransportValue()
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTransportValue()
Supplies the type of transport that the Thrift proxy should use for upstream connections. Selecting :ref:`AUTO_TRANSPORT<envoy_api_enum_value_extensions.filters.network.thrift_proxy.v4alpha.TransportType.AUTO_TRANSPORT>`, which is the default, causes the proxy to use the same transport as the downstream connection.
.envoy.extensions.filters.network.thrift_proxy.v4alpha.TransportType transport = 1 [(.validate.rules) = { ... }TransportType getTransport()
Supplies the type of transport that the Thrift proxy should use for upstream connections. Selecting :ref:`AUTO_TRANSPORT<envoy_api_enum_value_extensions.filters.network.thrift_proxy.v4alpha.TransportType.AUTO_TRANSPORT>`, which is the default, causes the proxy to use the same transport as the downstream connection.
.envoy.extensions.filters.network.thrift_proxy.v4alpha.TransportType transport = 1 [(.validate.rules) = { ... }int getProtocolValue()
Supplies the type of protocol that the Thrift proxy should use for upstream connections. Selecting :ref:`AUTO_PROTOCOL<envoy_api_enum_value_extensions.filters.network.thrift_proxy.v4alpha.ProtocolType.AUTO_PROTOCOL>`, which is the default, causes the proxy to use the same protocol as the downstream connection.
.envoy.extensions.filters.network.thrift_proxy.v4alpha.ProtocolType protocol = 2 [(.validate.rules) = { ... }ProtocolType getProtocol()
Supplies the type of protocol that the Thrift proxy should use for upstream connections. Selecting :ref:`AUTO_PROTOCOL<envoy_api_enum_value_extensions.filters.network.thrift_proxy.v4alpha.ProtocolType.AUTO_PROTOCOL>`, which is the default, causes the proxy to use the same protocol as the downstream connection.
.envoy.extensions.filters.network.thrift_proxy.v4alpha.ProtocolType protocol = 2 [(.validate.rules) = { ... }Copyright © 2018–2021 The Envoy Project. All rights reserved.