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

/libcore/luni/src/test/java/libcore/java/net/
H A DURLConnectionTest.java1151 testAuthenticateWithStreamingPost(StreamingMode.FIXED_LENGTH);
1155 testAuthenticateWithStreamingPost(StreamingMode.CHUNKED);
1158 private void testAuthenticateWithStreamingPost(StreamingMode streamingMode) throws Exception {
1170 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1172 } else if (streamingMode == StreamingMode.CHUNKED) {
1289 testSecureStreamingPost(StreamingMode.FIXED_LENGTH);
1293 testSecureStreamingPost(StreamingMode.CHUNKED);
1300 private void testSecureStreamingPost(StreamingMode streamingMode) throws Exception {
1310 if (streamingMode == StreamingMode.FIXED_LENGTH) {
1312 } else if (streamingMode == StreamingMode
1330 enum StreamingMode { enum in class:URLConnectionTest
[all...]

Completed in 49 milliseconds