QuicOptions

public class QuicOptions extends Object

Configuration options for QUIC in Cronet.

The settings in this class are only relevant if QUIC is enabled. Use CronetEngine.Builder.enableQuic(boolean) to enable / disable QUIC for the Cronet engine.

Nested Class Summary

class QuicOptions.Builder Builder for QuicOptions
@interface QuicOptions.Experimental An annotation for APIs which are not considered stable yet. 
@interface QuicOptions.QuichePassthroughOption An annotation for APIs which configure QUICHE options not curated by Cronet. 

Public Method Summary

static QuicOptions.Builder
Set<String>
Boolean
Set<String>
Long
Boolean
Boolean
Set<String>
Set<String>
Boolean
String
Long
Integer
Boolean
Long
Long
Set<String>
Long
Boolean

Inherited Method Summary

Public Methods

public static QuicOptions.Builder builder ()

public Set<String> getClientConnectionOptions ()

public Boolean getCloseSessionsOnIpChange ()

public Set<String> getConnectionOptions ()

public Long getCryptoHandshakeTimeoutSeconds ()

public Boolean getDelayJobsWithAvailableSpdySession ()

public Boolean getEnableTlsZeroRtt ()

public Set<String> getEnabledQuicVersions ()

public Set<String> getExtraQuicheFlags ()

public Boolean getGoawaySessionsOnIpChange ()

public String getHandshakeUserAgent ()

public Long getIdleConnectionTimeoutSeconds ()

public Integer getInMemoryServerConfigsCacheSize ()

public Boolean getIncreaseBrokenServicePeriodExponentially ()

public Long getInitialBrokenServicePeriodSeconds ()

public Long getPreCryptoHandshakeIdleTimeoutSeconds ()

public Set<String> getQuicHostAllowlist ()

public Long getRetransmittableOnWireTimeoutMillis ()

public Boolean getRetryWithoutAltSvcOnQuicErrors ()