Uses of Class
io.envoyproxy.envoy.config.core.v3.KeepaliveSettings.Builder
Packages that use KeepaliveSettings.Builder
-
Uses of KeepaliveSettings.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type KeepaliveSettings.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder<KeepaliveSettings, KeepaliveSettings.Builder, KeepaliveSettingsOrBuilder> Http2ProtocolOptions.Builder.connectionKeepaliveBuilder_Methods in io.envoyproxy.envoy.config.core.v3 that return KeepaliveSettings.BuilderModifier and TypeMethodDescriptionKeepaliveSettings.Builder.clear()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.clearInterval()Send HTTP/2 PING frames at this period, in order to test that the connection is still alive.KeepaliveSettings.Builder.clearIntervalJitter()A random jitter amount as a percentage of interval that will be added to each interval.KeepaliveSettings.Builder.clearTimeout()How long to wait for a response to a keepalive PING.Http2ProtocolOptions.Builder.getConnectionKeepaliveBuilder()Send HTTP/2 PING frames to verify that the connection is still healthy.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.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) KeepaliveSettings.Builder.mergeFrom(com.google.protobuf.Message other) KeepaliveSettings.Builder.mergeFrom(KeepaliveSettings other) 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.mergeIntervalJitter(Percent value) A random jitter amount as a percentage of interval that will be added to each interval.KeepaliveSettings.Builder.mergeTimeout(com.google.protobuf.Duration value) How long to wait for a response to a keepalive PING.static KeepaliveSettings.BuilderKeepaliveSettings.newBuilder()static KeepaliveSettings.BuilderKeepaliveSettings.newBuilder(KeepaliveSettings prototype) KeepaliveSettings.newBuilderForType()protected KeepaliveSettings.BuilderKeepaliveSettings.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.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.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.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.setIntervalJitter(Percent value) A random jitter amount as a percentage of interval that will be added to each interval.KeepaliveSettings.Builder.setIntervalJitter(Percent.Builder builderForValue) A random jitter amount as a percentage of interval that will be added to each interval.KeepaliveSettings.Builder.setTimeout(com.google.protobuf.Duration value) How long to wait for a response to a keepalive PING.KeepaliveSettings.Builder.setTimeout(com.google.protobuf.Duration.Builder builderForValue) How long to wait for a response to a keepalive PING.KeepaliveSettings.toBuilder()Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type KeepaliveSettings.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder<KeepaliveSettings, KeepaliveSettings.Builder, KeepaliveSettingsOrBuilder> Http2ProtocolOptions.Builder.getConnectionKeepaliveFieldBuilder()Send HTTP/2 PING frames to verify that the connection is still healthy.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type KeepaliveSettings.BuilderModifier and TypeMethodDescriptionHttp2ProtocolOptions.Builder.setConnectionKeepalive(KeepaliveSettings.Builder builderForValue) Send HTTP/2 PING frames to verify that the connection is still healthy.