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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1158 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception { argument
1170 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1172 } else if (streamingMode == StreamingMode.CHUNKED) {
1300 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception { argument
1310 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1312 } else if (streamingMode == StreamingMode.CHUNKED) {
1322 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1324 } else if (streamingMode == StreamingMode.CHUNKED) {

Completed in 57 milliseconds