| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v4alpha |
| Modifier and Type | Method and Description |
|---|---|
static SocketOption.SocketState |
SocketOption.SocketState.forNumber(int value) |
SocketOption.SocketState |
SocketOptionOrBuilder.getState()
The state in which the option will be applied.
|
SocketOption.SocketState |
SocketOption.getState()
The state in which the option will be applied.
|
SocketOption.SocketState |
SocketOption.Builder.getState()
The state in which the option will be applied.
|
static SocketOption.SocketState |
SocketOption.SocketState.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SocketOption.SocketState |
SocketOption.SocketState.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SocketOption.SocketState |
SocketOption.SocketState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SocketOption.SocketState[] |
SocketOption.SocketState.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<SocketOption.SocketState> |
SocketOption.SocketState.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
SocketOption.Builder |
SocketOption.Builder.setState(SocketOption.SocketState value)
The state in which the option will be applied.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.