Class HeaderFlushedOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.plugins.providers.multipart.HeaderFlushedOutputStream
- All Implemented Interfaces:
Closeable
,Flushable
,AutoCloseable
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorDescriptionHeaderFlushedOutputStream
(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, OutputStream delegate) -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
HeaderFlushedOutputStream
public HeaderFlushedOutputStream(jakarta.ws.rs.core.MultivaluedMap<String, Object> headers, OutputStream delegate)
-
-
Method Details
-
flushHeaders
- Throws:
IOException
-
write
- Specified by:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
write
- Overrides:
write
in classOutputStream
- Throws:
IOException
-
flush
- Specified by:
flush
in interfaceFlushable
- Overrides:
flush
in classOutputStream
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classOutputStream
- Throws:
IOException
-