Home
last modified time | relevance | path

Searched defs:connection1 (Results 1 – 6 of 6) sorted by relevance

/external/okhttp/okhttp-urlconnection/src/test/java/com/squareup/okhttp/
DOkUrlFactoryTest.java88 HttpURLConnection connection1 = factory.open(server.getUrl("/")); in conditionalCacheHitResponseSourceHeaders() local
104 HttpURLConnection connection1 = factory.open(server.getUrl("/")); in conditionalCacheMissResponseSourceHeaders() local
118 HttpURLConnection connection1 = factory.open(server.getUrl("/")); in cacheResponseSourceHeaders() local
130 HttpURLConnection connection1 = factory.open(server.getUrl("/")); in noneResponseSourceHeaders() local
DUrlConnectionCacheTest.java340 HttpsURLConnection connection1 = (HttpsURLConnection) client.open(server.getUrl("/")); in secureResponseCachingAndRedirects() local
377 HttpURLConnection connection1 = client.open(server.getUrl("/")); in secureResponseCachingAndProtocolRedirects() local
1249 URLConnection connection1 = client.open(url); in varyMatchesUnchangedRequestHeaderField() local
1298 URLConnection connection1 = client.open(url); in varyFieldsAreCaseInsensitive() local
1314 URLConnection connection1 = client.open(url); in varyMultipleFieldsWithMatch() local
1353 URLConnection connection1 = client.open(url); in varyMultipleFieldValuesWithMatch() local
1371 URLConnection connection1 = client.open(url); in varyMultipleFieldValuesWithNoMatch() local
1400 HttpsURLConnection connection1 = (HttpsURLConnection) client.open(url); in varyAndHttps() local
1438 URLConnection connection1 = client.open(server.getUrl("/")); in getHeadersReturnsNetworkEndToEndHeaders() local
1455 URLConnection connection1 = client.open(server.getUrl("/")); in getHeadersReturnsCachedHopByHopHeaders() local
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttpOverSpdyTest.java186 HttpURLConnection connection1 = client.open(server.getUrl("/r1")); in spdyConnectionReuse() local
315 HttpURLConnection connection1 = client.open(server.getUrl("/")); in spdyConnectionTimeout() local
362 HttpURLConnection connection1 = client.open(server.getUrl("/")); in responseCachedWithoutConsumingFullBody() local
404 HttpURLConnection connection1 = client.open(server.getUrl("/")); in disconnectWithStreamNotEstablished() local
DHttpOverHttp2Test.java100 HttpURLConnection connection1 = client.open(server.getUrl("/")); in settingsLimitsMaxConcurrentStreams() local
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/internal/huc/
DResponseCacheTest.java353 HttpsURLConnection connection1 = (HttpsURLConnection) openConnection(server.getUrl("/")); in secureResponseCachingAndRedirects() local
391 HttpURLConnection connection1 = openConnection(server.getUrl("/")); in secureResponseCachingAndProtocolRedirects() local
902 HttpURLConnection connection1 = openConnection(server.getUrl("/")); in clientSideNoStore() local
1329 HttpURLConnection connection1 = openConnection(server.getUrl("/")); in varyMatchesRemovedRequestHeaderField() local
1461 HttpURLConnection connection1 = openConnection(url); in varyAndHttps() local
1497 URLConnection connection1 = openConnection(server.getUrl("/")); in getHeadersReturnsNetworkEndToEndHeaders() local
1516 URLConnection connection1 = openConnection(server.getUrl("/")); in getHeadersReturnsCachedHopByHopHeaders() local
1534 URLConnection connection1 = openConnection(server.getUrl("/")); in getHeadersDeletesCached100LevelWarnings() local
1552 URLConnection connection1 = openConnection(server.getUrl("/")); in getHeadersRetainsCached200LevelWarnings() local
1603 HttpURLConnection connection1 = openConnection(server.getUrl("/a")); in conditionalHitDoesNotUpdateCache() local
[all …]
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java418 HttpURLConnection connection1 = client.open(server.getUrl("/a")); in testServerClosesOutput() local
585 HttpURLConnection connection1 = client.open(server.getUrl("/")); in connectViaHttpsReusingConnectionsDifferentFactories() local
1255 HttpURLConnection connection1 = client.open(server.getUrl("/")); in testClientConfiguredGzipContentEncodingAndConnectionReuse() local
1316 HttpURLConnection connection1 = client.open(server.getUrl("/")); in testEarlyDisconnectDoesntHarmPooling() local
1340 URLConnection connection1 = client.open(server.getUrl("/")); in streamDiscardingIsTimely() local