Package org.apache.cxf.transport.http
Class ProxyOutputStream
java.lang.Object
java.io.OutputStream
org.apache.cxf.io.AbstractWrappedOutputStream
org.apache.cxf.transport.http.ProxyOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class ProxyOutputStream
extends org.apache.cxf.io.AbstractWrappedOutputStream
-
Field Summary
Fields inherited from class org.apache.cxf.io.AbstractWrappedOutputStream
allowFlush, wrappedStream, written -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.io.AbstractWrappedOutputStream
allowFlush, close, flush, onFirstWrite, write, write, writeMethods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
ProxyOutputStream
public ProxyOutputStream()
-
-
Method Details
-
setWrappedOutputStream
-