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

/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpConnection.java101 * or {@link #setChunkedStreamingMode(int)} when it is not. Otherwise {@code
110 * urlConnection.setChunkedStreamingMode(0);
778 * @see #setChunkedStreamingMode
816 public void setChunkedStreamingMode(int chunkLength) { method in class:OkHttpConnection
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java370 public void setChunkedStreamingMode(int chunkLength) { method in class:HttpsURLConnectionImpl
371 delegate.setChunkedStreamingMode(chunkLength);
/external/okhttp/src/test/java/libcore/net/http/
H A DURLConnectionTest.java367 conn.setChunkedStreamingMode(-1);
924 * requested data+chunk header size. Although setChunkedStreamingMode()
933 urlConnection.setChunkedStreamingMode(8);
967 connection.setChunkedStreamingMode(0);
1033 connection.setChunkedStreamingMode(-2);
1054 connection.setChunkedStreamingMode(1);
1063 connection.setChunkedStreamingMode(1);
1076 connection.setChunkedStreamingMode(1);
1107 connection.setChunkedStreamingMode(0);
1560 connection.setChunkedStreamingMode(
[all...]

Completed in 289 milliseconds