|
@@ -35,6 +35,8 @@ import javax.net.ssl.SSLSocket;
|
|
|
import javax.net.ssl.SSLSocketFactory;
|
|
|
import javax.net.ssl.TrustManager;
|
|
|
import javax.net.ssl.X509TrustManager;
|
|
|
+
|
|
|
+import com.fq.threelib.animal_sniffer.IgnoreJRERequirement;
|
|
|
import com.fq.threelib.okhttp3.internal.Internal;
|
|
|
import com.fq.threelib.okhttp3.internal.Util;
|
|
|
import com.fq.threelib.okhttp3.internal.cache.InternalCache;
|
|
@@ -49,8 +51,6 @@ import com.fq.threelib.okhttp3.internal.ws.RealWebSocket;
|
|
|
import com.fq.threelib.okio.Sink;
|
|
|
import com.fq.threelib.okio.Source;
|
|
|
|
|
|
-import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement;
|
|
|
-
|
|
|
import static com.fq.threelib.okhttp3.internal.Util.assertionError;
|
|
|
import static com.fq.threelib.okhttp3.internal.Util.checkDuration;
|
|
|
|