OkHttpFactory
class OkHttpFactory(val base: OkHttpClient = okhttp3.OkHttpClient.Builder().build()) : ApiClientFactory, SocketConnectionFactory
Create a new factory that creates OkHttp ApiClient instances and SocketConnections on a shared connection pool. All instances will be built on top of the base okHttpClient.
Constructors
Functions
Link copied to clipboard
open override fun create(baseUrl: String?, accessToken: String?, clientInfo: ClientInfo, deviceInfo: DeviceInfo, httpClientOptions: HttpClientOptions, socketConnectionFactory: SocketConnectionFactory): ApiClient
Link copied to clipboard
Create a new okhttp3.OkHttpClient instance with the HttpClientOptions applied to it.