Package | Description |
---|---|
io.grpc.channelz.v1 |
Modifier and Type | Method and Description |
---|---|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.clear() |
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.clearActive()
active maps to `struct linger.l_onoff`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.clearDuration()
duration maps to `struct linger.l_linger`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.mergeDuration(Duration value)
duration maps to `struct linger.l_linger`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.mergeFrom(Message other) |
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.mergeFrom(SocketOptionLinger other) |
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.mergeUnknownFields(UnknownFieldSet unknownFields) |
static SocketOptionLinger.Builder |
SocketOptionLinger.newBuilder() |
static SocketOptionLinger.Builder |
SocketOptionLinger.newBuilder(SocketOptionLinger prototype) |
SocketOptionLinger.Builder |
SocketOptionLinger.newBuilderForType() |
protected SocketOptionLinger.Builder |
SocketOptionLinger.newBuilderForType(GeneratedMessageV3.BuilderParent parent) |
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.setActive(boolean value)
active maps to `struct linger.l_onoff`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.setDuration(Duration.Builder builderForValue)
duration maps to `struct linger.l_linger`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.setDuration(Duration value)
duration maps to `struct linger.l_linger`
|
SocketOptionLinger.Builder |
SocketOptionLinger.Builder.setUnknownFields(UnknownFieldSet unknownFields) |
SocketOptionLinger.Builder |
SocketOptionLinger.toBuilder() |