-
- All Implemented Interfaces:
-
java.io.Closeable,java.io.Flushable,java.lang.AutoCloseable
public final class CopyServletOutputStream extends ServletOutputStream
-
-
Field Summary
Fields Modifier and Type Field Description private final ServletOutputStreamoutputStream
-
Constructor Summary
Constructors Constructor Description CopyServletOutputStream(ServletOutputStream outputStream)
-
Method Summary
Modifier and Type Method Description BooleanisReady()Unitwrite(Integer b)UnitsetWriteListener(WriteListener writeListener)final ByteArraygetCopy()final ServletOutputStreamgetOutputStream()-
Methods inherited from class javax.servlet.ServletOutputStream
close, flush, write, write -
Methods inherited from class java.lang.AutoCloseable
equals, hashCode, toString -
Methods inherited from class com.github.squirrelgrip.scientist4k.http.core.wrapper.CopyServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, println -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
setWriteListener
Unit setWriteListener(WriteListener writeListener)
-
getOutputStream
final ServletOutputStream getOutputStream()
-
-
-
-