Searched defs:transferKind (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java943 private void testMarkAndReset(TransferKind transferKind) throws IOException { argument
945 transferKind.setBody(response, "ABCDEFGHIJKLMNOPQRSTUVWXYZ", 1024);
1084 TransferKind transferKind) throws Exception {
1087 transferKind.setBody(responseOne, gzip("one (gzipped)".getBytes("UTF-8")), 5);
1090 transferKind.setBody(responseTwo, "two (identity)", 5);
1489 private void testRedirected(TransferKind transferKind, boolean reuse) throws Exception { argument
1493 transferKind.setBody(response, "This page has moved!", 10);
1846 private void testFlushAfterStreamTransmitted(TransferKind transferKind) throws IOException { argument
1854 if (transferKind == TransferKind.CHUNKED) {
1856 } else if (transferKind
1083 testClientConfiguredGzipContentEncodingAndConnectionReuse( TransferKind transferKind) argument
2218 testInputStreamAvailable(TransferKind transferKind) argument
[all...]

Completed in 31 milliseconds