Package org.wso2.carbon.ui.filters.csrf
Class ResponseWrapperOutputStream
java.lang.Object
java.io.OutputStream
javax.servlet.ServletOutputStream
org.wso2.carbon.ui.filters.csrf.ResponseWrapperOutputStream
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public final class ResponseWrapperOutputStream
extends javax.servlet.ServletOutputStream
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()voidprint(boolean arg0) voidprint(char arg0) voidprint(double arg0) voidprint(float arg0) voidprint(int arg0) voidprint(long arg0) voidvoidprintln()voidprintln(boolean arg0) voidprintln(char arg0) voidprintln(double arg0) voidprintln(float arg0) voidprintln(int arg0) voidprintln(long arg0) voidvoidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b) Methods inherited from class java.io.OutputStream
nullOutputStream
-
Constructor Details
-
ResponseWrapperOutputStream
-
-
Method Details
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
print
- Overrides:
printin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
println
- Overrides:
printlnin classjavax.servlet.ServletOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- Throws:
IOException
-
flush
- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-