Class ServletOutputStreamCopier
java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
io.jans.as.server.audit.debug.wrapper.ServletOutputStreamCopier
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class ServletOutputStreamCopier
extends jakarta.servlet.ServletOutputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]getCopy()booleanisReady()voidsetWriteListener(jakarta.servlet.WriteListener writeListener) voidwrite(int b) Methods inherited from class jakarta.servlet.ServletOutputStream
print, print, print, print, print, print, print, println, println, println, println, println, println, println, printlnMethods inherited from class java.io.OutputStream
close, flush, nullOutputStream, write, write
-
Constructor Details
-
ServletOutputStreamCopier
-
-
Method Details
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
getCopy
public byte[] getCopy() -
isReady
public boolean isReady()- Specified by:
isReadyin classjakarta.servlet.ServletOutputStream
-
setWriteListener
public void setWriteListener(jakarta.servlet.WriteListener writeListener) - Specified by:
setWriteListenerin classjakarta.servlet.ServletOutputStream
-