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

/openjdk10/jdk/src/java.base/share/classes/java/net/
H A DHttpURLConnection.java200 public void setFixedLengthStreamingMode (int contentLength) { method in class:HttpURLConnection
245 public void setFixedLengthStreamingMode(long contentLength) { method in class:HttpURLConnection
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/protocol/https/
H A DHttpsURLConnectionImpl.java511 public void setFixedLengthStreamingMode (int contentLength) { method in class:HttpsURLConnectionImpl
515 public void setFixedLengthStreamingMode(long contentLength) { method in class:HttpsURLConnectionImpl
/openjdk10/jdk/src/java.base/share/classes/com/sun/net/ssl/internal/www/protocol/https/
H A DHttpsURLConnectionOldImpl.java481 public void setFixedLengthStreamingMode (int contentLength) { method in class:HttpsURLConnectionOldImpl
485 public void setFixedLengthStreamingMode(long contentLength) { method in class:HttpsURLConnectionOldImpl

Completed in 97 milliseconds