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

Inherited Method Summary

Object
clone()
boolean
equals(Object arg0)
void
finalize()
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()

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 ()