Uses of Class
io.envoyproxy.envoy.config.core.v3.QuicKeepAliveSettings.Builder
Packages that use QuicKeepAliveSettings.Builder
-
Uses of QuicKeepAliveSettings.Builder in io.envoyproxy.envoy.config.core.v3
Fields in io.envoyproxy.envoy.config.core.v3 with type parameters of type QuicKeepAliveSettings.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<QuicKeepAliveSettings, QuicKeepAliveSettings.Builder, QuicKeepAliveSettingsOrBuilder> QuicProtocolOptions.Builder.connectionKeepaliveBuilder_
Methods in io.envoyproxy.envoy.config.core.v3 that return QuicKeepAliveSettings.BuilderModifier and TypeMethodDescriptionQuicKeepAliveSettings.Builder.clear()
QuicKeepAliveSettings.Builder.clearInitialInterval()
The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.QuicKeepAliveSettings.Builder.clearMaxInterval()
The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).QuicProtocolOptions.Builder.getConnectionKeepaliveBuilder()
Probes the peer at the configured interval to solicit traffic, i.e.QuicKeepAliveSettings.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) QuicKeepAliveSettings.Builder.mergeFrom
(com.google.protobuf.Message other) QuicKeepAliveSettings.Builder.mergeFrom
(QuicKeepAliveSettings other) QuicKeepAliveSettings.Builder.mergeInitialInterval
(com.google.protobuf.Duration value) The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.QuicKeepAliveSettings.Builder.mergeMaxInterval
(com.google.protobuf.Duration value) The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).QuicKeepAliveSettings.newBuilder()
QuicKeepAliveSettings.newBuilder
(QuicKeepAliveSettings prototype) QuicKeepAliveSettings.newBuilderForType()
protected QuicKeepAliveSettings.Builder
QuicKeepAliveSettings.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) QuicKeepAliveSettings.Builder.setInitialInterval
(com.google.protobuf.Duration value) The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.QuicKeepAliveSettings.Builder.setInitialInterval
(com.google.protobuf.Duration.Builder builderForValue) The interval to send the first few keep-alive probing packets to prevent connection from hitting the idle timeout.QuicKeepAliveSettings.Builder.setMaxInterval
(com.google.protobuf.Duration value) The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).QuicKeepAliveSettings.Builder.setMaxInterval
(com.google.protobuf.Duration.Builder builderForValue) The max interval for a connection to send keep-alive probing packets (with PING or PATH_RESPONSE).QuicKeepAliveSettings.toBuilder()
Methods in io.envoyproxy.envoy.config.core.v3 that return types with arguments of type QuicKeepAliveSettings.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<QuicKeepAliveSettings, QuicKeepAliveSettings.Builder, QuicKeepAliveSettingsOrBuilder> QuicProtocolOptions.Builder.getConnectionKeepaliveFieldBuilder()
Probes the peer at the configured interval to solicit traffic, i.e.Methods in io.envoyproxy.envoy.config.core.v3 with parameters of type QuicKeepAliveSettings.BuilderModifier and TypeMethodDescriptionQuicProtocolOptions.Builder.setConnectionKeepalive
(QuicKeepAliveSettings.Builder builderForValue) Probes the peer at the configured interval to solicit traffic, i.e.