| Package | Description |
|---|---|
| io.envoyproxy.envoy.config.core.v3 |
| Modifier and Type | Method and Description |
|---|---|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clear() |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clearTimeout()
How long to wait for a response to a keepalive PING.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.clone() |
KeepaliveSettings.Builder |
Http2ProtocolOptions.Builder.getConnectionKeepaliveBuilder()
Send HTTP/2 PING frames to verify that the connection is still healthy.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(KeepaliveSettings other) |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeFrom(com.google.protobuf.Message 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.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static KeepaliveSettings.Builder |
KeepaliveSettings.newBuilder() |
static KeepaliveSettings.Builder |
KeepaliveSettings.newBuilder(KeepaliveSettings prototype) |
KeepaliveSettings.Builder |
KeepaliveSettings.newBuilderForType() |
protected KeepaliveSettings.Builder |
KeepaliveSettings.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
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.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.setIntervalJitter(Percent.Builder builderForValue)
A random jitter amount as a percentage of interval that will be added to each interval.
|
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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
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.Builder.setTimeout(com.google.protobuf.Duration value)
How long to wait for a response to a keepalive PING.
|
KeepaliveSettings.Builder |
KeepaliveSettings.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
KeepaliveSettings.Builder |
KeepaliveSettings.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Http2ProtocolOptions.Builder |
Http2ProtocolOptions.Builder.setConnectionKeepalive(KeepaliveSettings.Builder builderForValue)
Send HTTP/2 PING frames to verify that the connection is still healthy.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.