//okhttp/okhttp3/EventListener/connectionAcquired
connectionAcquired¶
[jvm]\ open fun connectionAcquired(call: Call, connection: Connection)
Invoked after a connection has been acquired for the call
.
This can be invoked more than 1 time for a single Call. For example, if the response to the Call.request is a redirect to a different address.