//okhttp/okhttp3/OkHttpClient/Builder/eventListenerFactory
eventListenerFactory¶
[jvm]\ 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¶
jvm
okhttp3.EventListener | for semantics and restrictions on listener implementations. |