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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java952 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception { argument
964 if (streamingMode == StreamingMode.FIXED_LENGTH) {
966 } else if (streamingMode == StreamingMode.CHUNKED) {
1094 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception { argument
1104 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1106 } else if (streamingMode == StreamingMode.CHUNKED) {
1116 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1118 } else if (streamingMode == StreamingMode.CHUNKED) {

Completed in 75 milliseconds