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

/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DStreamingOutputStream.java27 * @run main/othervm StreamingOutputStream
40 public class StreamingOutputStream class
45 new StreamingOutputStream();
48 public StreamingOutputStream() { method in class:StreamingOutputStream
/openjdk7/jdk/src/share/classes/sun/net/www/protocol/http/
H A DHttpURLConnection.java100 private StreamingOutputStream strOutputStream;
1111 strOutputStream = new StreamingOutputStream(
1120 strOutputStream = new StreamingOutputStream(ps, length);
3136 class StreamingOutputStream extends FilterOutputStream { class in class:HttpURLConnection
3150 StreamingOutputStream (OutputStream os, long expectedLength) { method in class:HttpURLConnection.StreamingOutputStream

Completed in 317 milliseconds