Home
last modified time | relevance | path

Searched refs:testClientConfiguredGzipContentEncodingAndConnectionReuse (Results 1 – 1 of 1) sorted by relevance

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DURLConnectionTest.java1214 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.FIXED_LENGTH, false); in gzipAndConnectionReuseWithFixedLength()
1218 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.CHUNKED, false); in gzipAndConnectionReuseWithChunkedEncoding()
1222 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.FIXED_LENGTH, true); in gzipAndConnectionReuseWithFixedLengthAndTls()
1226 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.CHUNKED, true); in gzipAndConnectionReuseWithChunkedEncodingAndTls()
1246 private void testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind transferKind, in testClientConfiguredGzipContentEncodingAndConnectionReuse() method in URLConnectionTest