public interface SocketOptionLingerOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
active maps to `struct linger.l_onoff`
|
Duration |
getDuration()
duration maps to `struct linger.l_linger`
|
DurationOrBuilder |
getDurationOrBuilder()
duration maps to `struct linger.l_linger`
|
boolean |
hasDuration()
duration maps to `struct linger.l_linger`
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean getActive()
active maps to `struct linger.l_onoff`
bool active = 1;boolean hasDuration()
duration maps to `struct linger.l_linger`
.google.protobuf.Duration duration = 2;Duration getDuration()
duration maps to `struct linger.l_linger`
.google.protobuf.Duration duration = 2;DurationOrBuilder getDurationOrBuilder()
duration maps to `struct linger.l_linger`
.google.protobuf.Duration duration = 2;