public interface SocketOptionLingerOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getActive()
active maps to `struct linger.l_onoff`
|
com.google.protobuf.Duration |
getDuration()
duration maps to `struct linger.l_linger`
|
com.google.protobuf.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, hasOneofboolean 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;com.google.protobuf.Duration getDuration()
duration maps to `struct linger.l_linger`
.google.protobuf.Duration duration = 2;com.google.protobuf.DurationOrBuilder getDurationOrBuilder()
duration maps to `struct linger.l_linger`
.google.protobuf.Duration duration = 2;