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