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

/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java945 testAuthenticateWithStreamingPost(StreamingMode.FIXED_LENGTH);
949 testAuthenticateWithStreamingPost(StreamingMode.CHUNKED);
952 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception {
964 if (streamingMode == StreamingMode.FIXED_LENGTH) {
966 } else if (streamingMode == StreamingMode.CHUNKED) {
1083 testSecureStreamingPost(StreamingMode.FIXED_LENGTH);
1087 testSecureStreamingPost(StreamingMode.CHUNKED);
1094 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception {
1104 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1106 } else if (streamingMode == StreamingMode
1124 enum StreamingMode { enum in class:URLConnectionTest
[all...]

Completed in 31 milliseconds