Searched refs:StreamingOutputStream (Results 1 - 2 of 2) sorted by relevance

/openjdk10/jdk/test/sun/net/www/protocol/http/
H A DStreamingOutputStream.java28 * @run main/othervm StreamingOutputStream
41 public class StreamingOutputStream class
46 new StreamingOutputStream();
49 public StreamingOutputStream() { method in class:StreamingOutputStream
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java122 private StreamingOutputStream strOutputStream;
1358 strOutputStream = new StreamingOutputStream(
1367 strOutputStream = new StreamingOutputStream(ps, length);
3513 class StreamingOutputStream extends FilterOutputStream { class in class:HttpURLConnection
3527 StreamingOutputStream (OutputStream os, long expectedLength) { method in class:HttpURLConnection.StreamingOutputStream

Completed in 58 milliseconds