Class ServletOutputStreamWrapper
java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
org.eclipse.jetty.ee10.servlet.util.ServletOutputStreamWrapper
- All Implemented Interfaces:
 Closeable, Flushable, AutoCloseable
public class ServletOutputStreamWrapper
extends jakarta.servlet.ServletOutputStream
- 
Constructor Summary
ConstructorsConstructorDescriptionServletOutputStreamWrapper(jakarta.servlet.ServletOutputStream outputStream)  - 
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidflush()booleanisReady()static OutputStreamvoidprint(boolean b) voidprint(char c) voidprint(double d) voidprint(float f) voidprint(int i) voidprint(long l) voidvoidprintln()voidprintln(boolean b) voidprintln(char c) voidprintln(double d) voidprintln(float f) voidprintln(int i) voidprintln(long l) voidvoidsetWriteListener(jakarta.servlet.WriteListener writeListener) voidwrite(byte[] b) voidwrite(byte[] b, int off, int len) voidwrite(int b)  
- 
Constructor Details
- 
ServletOutputStreamWrapper
public ServletOutputStreamWrapper(jakarta.servlet.ServletOutputStream outputStream)  
 - 
 - 
Method Details
- 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
print
- Overrides:
 printin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
println
- Overrides:
 printlnin classjakarta.servlet.ServletOutputStream- Throws:
 IOException
 - 
isReady
public boolean isReady()- Specified by:
 isReadyin classjakarta.servlet.ServletOutputStream
 - 
setWriteListener
public void setWriteListener(jakarta.servlet.WriteListener writeListener) - Specified by:
 setWriteListenerin classjakarta.servlet.ServletOutputStream
 - 
nullOutputStream
 - 
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
 
 -