| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 | |
| io.envoyproxy.envoy.config.listener.v3 |
| Modifier and Type | Method and Description |
|---|---|
static TrafficDirection |
TrafficDirection.forNumber(int value) |
static TrafficDirection |
TrafficDirection.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TrafficDirection |
TrafficDirection.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TrafficDirection |
TrafficDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TrafficDirection[] |
TrafficDirection.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<TrafficDirection> |
TrafficDirection.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TrafficDirection |
ListenerOrBuilder.getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.
|
TrafficDirection |
Listener.getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.
|
TrafficDirection |
Listener.Builder.getTrafficDirection()
Specifies the intended direction of the traffic relative to the local Envoy.
|
| Modifier and Type | Method and Description |
|---|---|
Listener.Builder |
Listener.Builder.setTrafficDirection(TrafficDirection value)
Specifies the intended direction of the traffic relative to the local Envoy.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.