| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.network.thrift_proxy.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.forNumber(int value) |
ProtocolType |
ThriftProtocolOptions.getProtocol()
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
ProtocolType |
ThriftProtocolOptions.Builder.getProtocol()
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
ProtocolType |
ThriftProxy.getProtocol()
Supplies the type of protocol that the Thrift proxy should use.
|
ProtocolType |
ThriftProxy.Builder.getProtocol()
Supplies the type of protocol that the Thrift proxy should use.
|
ProtocolType |
ThriftProtocolOptionsOrBuilder.getProtocol()
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
ProtocolType |
ThriftProxyOrBuilder.getProtocol()
Supplies the type of protocol that the Thrift proxy should use.
|
static ProtocolType |
ProtocolType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ProtocolType |
ProtocolType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ProtocolType |
ProtocolType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProtocolType[] |
ProtocolType.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<ProtocolType> |
ProtocolType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
ThriftProtocolOptions.Builder |
ThriftProtocolOptions.Builder.setProtocol(ProtocolType value)
Supplies the type of protocol that the Thrift proxy should use for upstream connections.
|
ThriftProxy.Builder |
ThriftProxy.Builder.setProtocol(ProtocolType value)
Supplies the type of protocol that the Thrift proxy should use.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.