KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clear() |
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearConnectionIdleInterval() |
If the connection has been idle for this duration, send a HTTP/2 ping ahead
of new stream creation, to quickly detect dead connections.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearInterval() |
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearIntervalJitter() |
A random jitter amount as a percentage of interval that will be added to each interval.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearTimeout() |
How long to wait for a response to a keepalive PING.
|
KeepaliveSettings.Builder |
Http2ProtocolOptions.Builder.getConnectionKeepaliveBuilder() |
Send HTTP/2 PING frames to verify that the connection is still healthy.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeConnectionIdleInterval(com.google.protobuf.Duration value) |
If the connection has been idle for this duration, send a HTTP/2 ping ahead
of new stream creation, to quickly detect dead connections.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(com.google.protobuf.Message other) |
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(KeepaliveSettings other) |
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeInterval(com.google.protobuf.Duration value) |
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeIntervalJitter(Percent value) |
A random jitter amount as a percentage of interval that will be added to each interval.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeTimeout(com.google.protobuf.Duration value) |
How long to wait for a response to a keepalive PING.
|
static KeepaliveSettings.Builder |
KeepaliveSettings.newBuilder() |
|
static KeepaliveSettings.Builder |
KeepaliveSettings.newBuilder(KeepaliveSettings prototype) |
|
KeepaliveSettings.Builder |
KeepaliveSettings.newBuilderForType() |
|
protected KeepaliveSettings.Builder |
KeepaliveSettings.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setConnectionIdleInterval(com.google.protobuf.Duration value) |
If the connection has been idle for this duration, send a HTTP/2 ping ahead
of new stream creation, to quickly detect dead connections.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setConnectionIdleInterval(com.google.protobuf.Duration.Builder builderForValue) |
If the connection has been idle for this duration, send a HTTP/2 ping ahead
of new stream creation, to quickly detect dead connections.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setInterval(com.google.protobuf.Duration value) |
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setInterval(com.google.protobuf.Duration.Builder builderForValue) |
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setIntervalJitter(Percent value) |
A random jitter amount as a percentage of interval that will be added to each interval.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setIntervalJitter(Percent.Builder builderForValue) |
A random jitter amount as a percentage of interval that will be added to each interval.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setTimeout(com.google.protobuf.Duration value) |
How long to wait for a response to a keepalive PING.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) |
How long to wait for a response to a keepalive PING.
|
KeepaliveSettings.Builder |
KeepaliveSettings.toBuilder() |
|