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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
H A DURLConnectionTest.java1397 testAuthenticateWithStreamingPost(StreamingMode.FIXED_LENGTH);
1401 testAuthenticateWithStreamingPost(StreamingMode.CHUNKED);
1404 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception {
1415 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1417 } else if (streamingMode == StreamingMode.CHUNKED) {
1632 testSecureStreamingPost(StreamingMode.FIXED_LENGTH);
1636 testSecureStreamingPost(StreamingMode.CHUNKED);
1643 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception {
1653 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1655 } else if (streamingMode == StreamingMode
1673 enum StreamingMode { enum in class:URLConnectionTest
[all...]

Completed in 120 milliseconds