public interface SocketOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.ByteString |
getBufValue()
Otherwise it's a byte buffer.
|
String |
getDescription()
An optional name to give this socket option for debugging, etc.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
An optional name to give this socket option for debugging, etc.
|
long |
getIntValue()
Because many sockopts take an int value.
|
long |
getLevel()
Corresponding to the level value passed to setsockopt, such as IPPROTO_TCP
int64 level = 2; |
long |
getName()
The numeric name as passed to setsockopt
int64 name = 3; |
SocketOption.SocketState |
getState()
The state in which the option will be applied.
|
int |
getStateValue()
The state in which the option will be applied.
|
SocketOption.ValueCase |
getValueCase() |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDescription()
An optional name to give this socket option for debugging, etc. Uniqueness is not required and no special meaning is assumed.
string description = 1;com.google.protobuf.ByteString getDescriptionBytes()
An optional name to give this socket option for debugging, etc. Uniqueness is not required and no special meaning is assumed.
string description = 1;long getLevel()
Corresponding to the level value passed to setsockopt, such as IPPROTO_TCP
int64 level = 2;long getName()
The numeric name as passed to setsockopt
int64 name = 3;long getIntValue()
Because many sockopts take an int value.
int64 int_value = 4;com.google.protobuf.ByteString getBufValue()
Otherwise it's a byte buffer.
bytes buf_value = 5;int getStateValue()
The state in which the option will be applied. When used in BindConfig STATE_PREBIND is currently the only valid value.
.envoy.config.core.v3.SocketOption.SocketState state = 6 [(.validate.rules) = { ... }SocketOption.SocketState getState()
The state in which the option will be applied. When used in BindConfig STATE_PREBIND is currently the only valid value.
.envoy.config.core.v3.SocketOption.SocketState state = 6 [(.validate.rules) = { ... }SocketOption.ValueCase getValueCase()
Copyright © 2018–2021 The Envoy Project. All rights reserved.