OkHttpTaskBridgeTransportConfig

data class OkHttpTaskBridgeTransportConfig(val okHttpClient: OkHttpClient, val longPollReadTimeoutBufferMs: Int)

Configuration for the OkHttp-based transport.

Constructors

Link copied to clipboard
constructor(okHttpClient: OkHttpClient, longPollReadTimeoutBufferMs: Int)

Properties

Link copied to clipboard

Extra time added to OkHttpClient read timeout to accommodate server-side long-polling wait time.

Link copied to clipboard
val okHttpClient: OkHttpClient

The OkHttpClient instance to use.