Home
last modified time | relevance | path

Searched refs:setFixedLengthStreamingMode (Results 1 – 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpURLConnection.java359 public void setFixedLengthStreamingMode (int contentLength) { in setFixedLengthStreamingMode() method in HttpURLConnection
404 public void setFixedLengthStreamingMode(long contentLength) { in setFixedLengthStreamingMode() method in HttpURLConnection
/libcore/luni/src/test/java/libcore/java/net/
DURLConnectionTest.java511 conn.setFixedLengthStreamingMode(n); in doUpload()
1679 connection.setFixedLengthStreamingMode(requestBody.length);
1738 connection.setFixedLengthStreamingMode(-2);
1756 connection.setFixedLengthStreamingMode(1);
1779 connection.setFixedLengthStreamingMode(1);
1789 connection.setFixedLengthStreamingMode(1);
1820 connection.setFixedLengthStreamingMode(requestBody.length);
2511 connection.setFixedLengthStreamingMode(upload.length);
/libcore/api/
Dcurrent.txt5649 method public void setFixedLengthStreamingMode(int);
5650 method public void setFixedLengthStreamingMode(long);