Package org.glassfish.grizzly.servlet
Class ServletOutputStreamImpl
java.lang.Object
java.io.OutputStream
jakarta.servlet.ServletOutputStream
org.glassfish.grizzly.servlet.ServletOutputStreamImpl
- All Implemented Interfaces:
Closeable,Flushable,AutoCloseable
public class ServletOutputStreamImpl
extends jakarta.servlet.ServletOutputStream
- Author:
- Jeanfrancois Arcand
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedServletOutputStreamImpl(HttpServletResponseImpl servletResponse) -
Method Summary
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
nullOutputStream
-
Constructor Details
-
ServletOutputStreamImpl
-
-
Method Details
-
initialize
- Throws:
IOException
-
write
- Specified by:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
write
- Overrides:
writein classOutputStream- Throws:
IOException
-
flush
Will send the buffer to the client.- Specified by:
flushin interfaceFlushable- Overrides:
flushin classOutputStream- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classOutputStream- 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
-