okhttp / okhttp3 / OkHttpClient / Builder / eventListenerFactory

eventListenerFactory

fun eventListenerFactory(eventListenerFactory: EventListener.Factory): OkHttpClient.Builder

Configure a factory to provide per-call scoped listeners that will receive analytic events for this client.

See Also

EventListener

@JvmName("-deprecated_eventListenerFactory") inline fun eventListenerFactory(crossinline block: (call: Call) -> EventListener): OkHttpClient.Builder