Searched refs:testClientConfiguredGzipContentEncodingAndConnectionReuse (Results 1 – 1 of 1) sorted by relevance
1235 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