| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
static TransportType |
TransportType.forNumber(int value) |
TransportType |
ThriftProtocolOptions.getTransport()
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
TransportType |
ThriftProtocolOptions.Builder.getTransport()
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
TransportType |
ThriftProxy.getTransport()
Supplies the type of transport that the Thrift proxy should use.
|
TransportType |
ThriftProxy.Builder.getTransport()
Supplies the type of transport that the Thrift proxy should use.
|
TransportType |
ThriftProtocolOptionsOrBuilder.getTransport()
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
TransportType |
ThriftProxyOrBuilder.getTransport()
Supplies the type of transport that the Thrift proxy should use.
|
static TransportType |
TransportType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TransportType |
TransportType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TransportType |
TransportType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportType[] |
TransportType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TransportType> |
TransportType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ThriftProtocolOptions.Builder |
ThriftProtocolOptions.Builder.setTransport(TransportType value)
Supplies the type of transport that the Thrift proxy should use for upstream connections.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setTransport(TransportType value)
Supplies the type of transport that the Thrift proxy should use.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.