public interface SocketOptionOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Any |
getAdditional()
Additional data associated with the socket option.
|
AnyOrBuilder |
getAdditionalOrBuilder()
Additional data associated with the socket option.
|
String |
getName()
The full name of the socket option.
|
ByteString |
getNameBytes()
The full name of the socket option.
|
String |
getValue()
The human readable value of this socket option.
|
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, hasOneofisInitializedString getName()
The full name of the socket option. Typically this will be the upper case name, such as "SO_REUSEPORT".
string name = 1;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;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;Any getAdditional()
Additional data associated with the socket option. At least one of value or additional will be set.
.google.protobuf.Any additional = 3;AnyOrBuilder getAdditionalOrBuilder()
Additional data associated with the socket option. At least one of value or additional will be set.
.google.protobuf.Any additional = 3;