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
Methods in io.envoyproxy.envoy.config.core.v3 that return QuicKeepAliveSettings.BuilderModifier and TypeMethodDescriptionQuicKeepAliveSettings.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) QuicKeepAliveSettings.Builder.clear()QuicKeepAliveSettings.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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``).QuicKeepAliveSettings.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) QuicKeepAliveSettings.Builder.clone()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.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) QuicKeepAliveSettings.newBuilder()QuicKeepAliveSettings.newBuilder(QuicKeepAliveSettings prototype) QuicKeepAliveSettings.newBuilderForType()protected QuicKeepAliveSettings.BuilderQuicKeepAliveSettings.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) QuicKeepAliveSettings.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) QuicKeepAliveSettings.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) QuicKeepAliveSettings.toBuilder()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.