| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.filters.network.dubbo_proxy.v3 |
| Modifier and Type | Method and Description |
|---|---|
static ProtocolType |
ProtocolType.forNumber(int value) |
ProtocolType |
DubboProxyOrBuilder.getProtocolType()
Configure the protocol used.
|
ProtocolType |
DubboProxy.getProtocolType()
Configure the protocol used.
|
ProtocolType |
DubboProxy.Builder.getProtocolType()
Configure the protocol used.
|
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 |
|---|---|
DubboProxy.Builder |
DubboProxy.Builder.setProtocolType(ProtocolType value)
Configure the protocol used.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.