1
0
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:
Jesse Wilson
2018-07-09 12:00:28 -04:00
parent 35247e9fcc
commit b1bfe7130c
41 changed files with 174 additions and 73 deletions

View File

@@ -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;