mirror of
https://github.com/square/okhttp.git
synced 2025-11-24 18:41:06 +03:00
New okhttp-tls module
This commit is contained in:
@@ -35,7 +35,7 @@ import okhttp3.ResponseBody;
|
||||
import okhttp3.logging.HttpLoggingInterceptor.Level;
|
||||
import okhttp3.mockwebserver.MockResponse;
|
||||
import okhttp3.mockwebserver.MockWebServer;
|
||||
import okhttp3.mockwebserver.TlsNode;
|
||||
import okhttp3.tls.TlsNode;
|
||||
import okio.Buffer;
|
||||
import okio.BufferedSink;
|
||||
import okio.ByteString;
|
||||
@@ -44,7 +44,7 @@ import org.junit.Before;
|
||||
import org.junit.Rule;
|
||||
import org.junit.Test;
|
||||
|
||||
import static okhttp3.mockwebserver.internal.tls.TlsUtil.localhost;
|
||||
import static okhttp3.tls.internal.TlsUtil.localhost;
|
||||
import static org.hamcrest.CoreMatchers.equalTo;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
|
||||
Reference in New Issue
Block a user