okhttp / okhttp3 / EventListener / connectEnd

connectEnd

open fun connectEnd(call: Call, inetSocketAddress: InetSocketAddress, proxy: Proxy, protocol: Protocol?): Unit

Invoked immediately after a socket connection was attempted.

If the call uses HTTPS, this will be invoked after secureConnectEnd, otherwise it will invoked after connectStart.