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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1432 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception { argument
1444 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1446 } else if (streamingMode == StreamingMode.CHUNKED) {
1574 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception { argument
1584 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1586 } else if (streamingMode == StreamingMode.CHUNKED) {
1596 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1598 } else if (streamingMode == StreamingMode.CHUNKED) {

Completed in 56 milliseconds