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.java1235 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.FIXED_LENGTH, false); in gzipAndConnectionReuseWithFixedLength()
1239 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.CHUNKED, false); in gzipAndConnectionReuseWithChunkedEncoding()
1243 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.FIXED_LENGTH, true); in gzipAndConnectionReuseWithFixedLengthAndTls()
1247 testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind.CHUNKED, true); in gzipAndConnectionReuseWithChunkedEncodingAndTls()
1267 private void testClientConfiguredGzipContentEncodingAndConnectionReuse(TransferKind transferKind, in testClientConfiguredGzipContentEncodingAndConnectionReuse() method in URLConnectionTest