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

/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DExchangeImpl.java244 o.setWrappedStream (new UndefLengthOutputStream (this, ros));
248 o.setWrappedStream (new ChunkedOutputStream (this, ros));
256 o.setWrappedStream (new FixedLengthOutputStream (this, ros, contentLen));
418 void setWrappedStream (OutputStream os) { method in class:PlaceholderOutputStream

Completed in 43 milliseconds