public interface SocketOptionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Any |
getAdditional()
Additional data associated with the socket option.
|
com.google.protobuf.AnyOrBuilder |
getAdditionalOrBuilder()
Additional data associated with the socket option.
|
String |
getName()
The full name of the socket option.
|
com.google.protobuf.ByteString |
getNameBytes()
The full name of the socket option.
|
String |
getValue()
The human readable value of this socket option.
|
com.google.protobuf.ByteString |
getValueBytes()
The human readable value of this socket option.
|
boolean |
hasAdditional()
Additional data associated with the socket option.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The full name of the socket option. Typically this will be the upper case name, such as "SO_REUSEPORT".
string name = 1;com.google.protobuf.ByteString getNameBytes()
The full name of the socket option. Typically this will be the upper case name, such as "SO_REUSEPORT".
string name = 1;String getValue()
The human readable value of this socket option. At least one of value or additional will be set.
string value = 2;com.google.protobuf.ByteString getValueBytes()
The human readable value of this socket option. At least one of value or additional will be set.
string value = 2;boolean hasAdditional()
Additional data associated with the socket option. At least one of value or additional will be set.
.google.protobuf.Any additional = 3;com.google.protobuf.Any getAdditional()
Additional data associated with the socket option. At least one of value or additional will be set.
.google.protobuf.Any additional = 3;com.google.protobuf.AnyOrBuilder getAdditionalOrBuilder()
Additional data associated with the socket option. At least one of value or additional will be set.
.google.protobuf.Any additional = 3;