interface Factory
newCall
abstract fun newCall(request: Request): Call
OkHttpClient
open class OkHttpClient : Cloneable, Call.Factory, WebSocket.Factory
Factory for calls, which can be used to send HTTP requests and read their responses.