Class HttpServletResponseWrapper.DeferredOutputStream
java.lang.Object
java.io.OutputStream
org.jboss.resteasy.plugins.server.servlet.HttpServletResponseWrapper.DeferredOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
- Enclosing class:
HttpServletResponseWrapper
RESTEASY-684 wants to defer access to outputstream until a write/flush/close happens
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
DeferredOutputStream
protected DeferredOutputStream()
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-