Searched defs:setFixedLengthStreamingMode (Results 1 - 2 of 2) sorted by relevance

/external/okhttp/src/main/java/com/squareup/okhttp/
H A DOkHttpConnection.java100 * #setFixedLengthStreamingMode(int)} when the body length is known in advance,
786 public void setFixedLengthStreamingMode(int contentLength) { method in class:OkHttpConnection
810 * @see #setFixedLengthStreamingMode
/external/okhttp/src/main/java/libcore/net/http/
H A DHttpsURLConnectionImpl.java365 public void setFixedLengthStreamingMode(int contentLength) { method in class:HttpsURLConnectionImpl
366 delegate.setFixedLengthStreamingMode(contentLength);

Completed in 70 milliseconds