okhttp / okhttp3 / Call / Factory

Factory

interface Factory

Functions

newCall

abstract fun newCall(request: Request): Call

Inheritors

OkHttpClient

open class OkHttpClient : Cloneable, Call.Factory, WebSocket.Factory

Factory for calls, which can be used to send HTTP requests and read their responses.