This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+------------------------+----------------------+ | |
| callStart() | callEnd() | | |
+------------------------+----------------------+ | |
| dnsStart() | dnsEnd() | | |
+------------------------+----------------------+ | |
| connectStart() | connectEnd() | | |
+------------------------+----------------------+ | |
| connectionAcquired() | connectionReleased() | | |
+------------------------+----------------------+ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package tech.okcredit.base.network | |
import okhttp3.* | |
import okhttp3.EventListener | |
import java.io.IOException | |
import java.net.InetAddress | |
import java.net.InetSocketAddress | |
import java.net.Proxy | |
import java.net.URL |