public interface QuicProtocolOptionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getCryptoHandshakeTimeout()
Connection timeout in milliseconds before the crypto handshake is finished.
20000ms if not specified.
|
com.google.protobuf.DurationOrBuilder |
getCryptoHandshakeTimeoutOrBuilder()
Connection timeout in milliseconds before the crypto handshake is finished.
20000ms if not specified.
|
RuntimeFeatureFlag |
getEnabled()
Runtime flag that controls whether the listener is enabled or not.
|
RuntimeFeatureFlagOrBuilder |
getEnabledOrBuilder()
Runtime flag that controls whether the listener is enabled or not.
|
com.google.protobuf.Duration |
getIdleTimeout()
Maximum number of milliseconds that connection will be alive when there is
no network activity. 300000ms if not specified.
|
com.google.protobuf.DurationOrBuilder |
getIdleTimeoutOrBuilder()
Maximum number of milliseconds that connection will be alive when there is
no network activity. 300000ms if not specified.
|
com.google.protobuf.UInt32Value |
getMaxConcurrentStreams()
Maximum number of streams that the client can negotiate per connection. 100
if not specified.
|
com.google.protobuf.UInt32ValueOrBuilder |
getMaxConcurrentStreamsOrBuilder()
Maximum number of streams that the client can negotiate per connection. 100
if not specified.
|
boolean |
hasCryptoHandshakeTimeout()
Connection timeout in milliseconds before the crypto handshake is finished.
20000ms if not specified.
|
boolean |
hasEnabled()
Runtime flag that controls whether the listener is enabled or not.
|
boolean |
hasIdleTimeout()
Maximum number of milliseconds that connection will be alive when there is
no network activity. 300000ms if not specified.
|
boolean |
hasMaxConcurrentStreams()
Maximum number of streams that the client can negotiate per connection. 100
if not specified.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasMaxConcurrentStreams()
Maximum number of streams that the client can negotiate per connection. 100 if not specified.
.google.protobuf.UInt32Value max_concurrent_streams = 1;com.google.protobuf.UInt32Value getMaxConcurrentStreams()
Maximum number of streams that the client can negotiate per connection. 100 if not specified.
.google.protobuf.UInt32Value max_concurrent_streams = 1;com.google.protobuf.UInt32ValueOrBuilder getMaxConcurrentStreamsOrBuilder()
Maximum number of streams that the client can negotiate per connection. 100 if not specified.
.google.protobuf.UInt32Value max_concurrent_streams = 1;boolean hasIdleTimeout()
Maximum number of milliseconds that connection will be alive when there is no network activity. 300000ms if not specified.
.google.protobuf.Duration idle_timeout = 2;com.google.protobuf.Duration getIdleTimeout()
Maximum number of milliseconds that connection will be alive when there is no network activity. 300000ms if not specified.
.google.protobuf.Duration idle_timeout = 2;com.google.protobuf.DurationOrBuilder getIdleTimeoutOrBuilder()
Maximum number of milliseconds that connection will be alive when there is no network activity. 300000ms if not specified.
.google.protobuf.Duration idle_timeout = 2;boolean hasCryptoHandshakeTimeout()
Connection timeout in milliseconds before the crypto handshake is finished. 20000ms if not specified.
.google.protobuf.Duration crypto_handshake_timeout = 3;com.google.protobuf.Duration getCryptoHandshakeTimeout()
Connection timeout in milliseconds before the crypto handshake is finished. 20000ms if not specified.
.google.protobuf.Duration crypto_handshake_timeout = 3;com.google.protobuf.DurationOrBuilder getCryptoHandshakeTimeoutOrBuilder()
Connection timeout in milliseconds before the crypto handshake is finished. 20000ms if not specified.
.google.protobuf.Duration crypto_handshake_timeout = 3;boolean hasEnabled()
Runtime flag that controls whether the listener is enabled or not. If not specified, defaults to enabled.
.envoy.config.core.v3.RuntimeFeatureFlag enabled = 4;RuntimeFeatureFlag getEnabled()
Runtime flag that controls whether the listener is enabled or not. If not specified, defaults to enabled.
.envoy.config.core.v3.RuntimeFeatureFlag enabled = 4;RuntimeFeatureFlagOrBuilder getEnabledOrBuilder()
Runtime flag that controls whether the listener is enabled or not. If not specified, defaults to enabled.
.envoy.config.core.v3.RuntimeFeatureFlag enabled = 4;Copyright © 2018–2021 The Envoy Project. All rights reserved.