Searched refs:setFixedLengthStreamingMode (Results 1 – 3 of 3) sorted by relevance
359 public void setFixedLengthStreamingMode (int contentLength) { in setFixedLengthStreamingMode() method in HttpURLConnection404 public void setFixedLengthStreamingMode(long contentLength) { in setFixedLengthStreamingMode() method in HttpURLConnection
511 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);
5649 method public void setFixedLengthStreamingMode(int);5650 method public void setFixedLengthStreamingMode(long);