//okhttp/okhttp3/EventListener/connectEnd
connectEnd¶
[jvm]\ open fun connectEnd(call: Call, inetSocketAddress: InetSocketAddress, proxy: Proxy, protocol: Protocol?)
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.