ConnectionOptionsExt extension
Methods
-
getContentLength(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getFirstRetryMaxDelay(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getForcedTransport(
) → String? -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getHttpExtraHeaders(
) → Map< String, String> ? -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getIdleTimeout(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getKeepaliveInterval(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getPollingInterval(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getRealMaxBandwidth(
) → String? -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getReconnectTimeout(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getRequestedMaxBandwidth(
) → String -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getRetryDelay(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getReverseHeartbeatInterval(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getSessionRecoveryTimeout(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
getStalledTimeout(
) → int -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
isCookieHandlingRequired(
) → bool -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
isHttpExtraHeadersOnSessionCreationOnly(
) → bool -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
isServerInstanceAddressIgnored(
) → bool -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
isSlowingEnabled(
) → bool -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setContentLength(
int contentLength) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setCookieHandlingRequired(
bool cookieHandlingRequired) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setFirstRetryMaxDelay(
int firstRetryMaxDelay) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setForcedTransport(
String? forcedTransport) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setHttpExtraHeaders(
Map< String, String> ? headers) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setHttpExtraHeadersOnSessionCreationOnly(
bool httpExtraHeadersOnSessionCreationOnly) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setIdleTimeout(
int idleTimeout) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setKeepaliveInterval(
int keepaliveInterval) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setPollingInterval(
int pollingInterval) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setReconnectTimeout(
int reconnectTimeout) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setRequestedMaxBandwidth(
String maxBandwidth) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setRetryDelay(
int retryDelay) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setReverseHeartbeatInterval(
int reverseHeartbeatInterval) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setServerInstanceAddressIgnored(
bool serverInstanceAddressIgnored) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setSessionRecoveryTimeout(
int sessionRecoveryTimeout) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setSlowingEnabled(
bool slowingEnabled) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension
-
setStalledTimeout(
int stalledTimeout) → void -
Available on ConnectionOptions, provided by the ConnectionOptionsExt extension