public interface KeepaliveSettingsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getInterval()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
Percent |
getIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval.
|
PercentOrBuilder |
getIntervalJitterOrBuilder()
A random jitter amount as a percentage of interval that will be added to each interval.
|
com.google.protobuf.DurationOrBuilder |
getIntervalOrBuilder()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
com.google.protobuf.Duration |
getTimeout()
How long to wait for a response to a keepalive PING.
|
com.google.protobuf.DurationOrBuilder |
getTimeoutOrBuilder()
How long to wait for a response to a keepalive PING.
|
boolean |
hasInterval()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
|
boolean |
hasIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval.
|
boolean |
hasTimeout()
How long to wait for a response to a keepalive PING.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasInterval()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }com.google.protobuf.Duration getInterval()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }com.google.protobuf.DurationOrBuilder getIntervalOrBuilder()
Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.
.google.protobuf.Duration interval = 1 [(.validate.rules) = { ... }boolean hasTimeout()
How long to wait for a response to a keepalive PING. If a response is not received within this time period, the connection will be aborted.
.google.protobuf.Duration timeout = 2 [(.validate.rules) = { ... }com.google.protobuf.Duration getTimeout()
How long to wait for a response to a keepalive PING. If a response is not received within this time period, the connection will be aborted.
.google.protobuf.Duration timeout = 2 [(.validate.rules) = { ... }com.google.protobuf.DurationOrBuilder getTimeoutOrBuilder()
How long to wait for a response to a keepalive PING. If a response is not received within this time period, the connection will be aborted.
.google.protobuf.Duration timeout = 2 [(.validate.rules) = { ... }boolean hasIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval. A value of zero means there will be no jitter. The default value is 15%.
.envoy.type.v3.Percent interval_jitter = 3;Percent getIntervalJitter()
A random jitter amount as a percentage of interval that will be added to each interval. A value of zero means there will be no jitter. The default value is 15%.
.envoy.type.v3.Percent interval_jitter = 3;PercentOrBuilder getIntervalJitterOrBuilder()
A random jitter amount as a percentage of interval that will be added to each interval. A value of zero means there will be no jitter. The default value is 15%.
.envoy.type.v3.Percent interval_jitter = 3;Copyright © 2018–2021 The Envoy Project. All rights reserved.