Package org.apache.solr.servlet
Class ServletUtils.ClosedServletOutputStream
- java.lang.Object
- 
- java.io.OutputStream
- 
- javax.servlet.ServletOutputStream
- 
- org.apache.solr.servlet.ServletUtils.ClosedServletOutputStream
 
 
 
- 
- All Implemented Interfaces:
- Closeable,- Flushable,- AutoCloseable
 - Enclosing class:
- ServletUtils
 
 public static class ServletUtils.ClosedServletOutputStream extends javax.servlet.ServletOutputStream
- 
- 
Field SummaryFields Modifier and Type Field Description static ServletUtils.ClosedServletOutputStreamCLOSED_SERVLET_OUTPUT_STREAM
 - 
Constructor SummaryConstructors Constructor Description ClosedServletOutputStream()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidflush()booleanisReady()voidsetWriteListener(javax.servlet.WriteListener arg0)voidwrite(int b)- 
Methods inherited from class javax.servlet.ServletOutputStreamprint, print, print, print, print, print, print, println, println, println, println, println, println, println, println
 - 
Methods inherited from class java.io.OutputStreamclose, nullOutputStream, write, write
 
- 
 
- 
- 
- 
Field Detail- 
CLOSED_SERVLET_OUTPUT_STREAMpublic static final ServletUtils.ClosedServletOutputStream CLOSED_SERVLET_OUTPUT_STREAM 
 
- 
 - 
Method Detail- 
writepublic void write(int b) throws IOException- Specified by:
- writein class- OutputStream
- Throws:
- IOException
 
 - 
flushpublic void flush() throws IOException- Specified by:
- flushin interface- Flushable
- Overrides:
- flushin class- OutputStream
- Throws:
- IOException
 
 - 
isReadypublic boolean isReady() - Specified by:
- isReadyin class- javax.servlet.ServletOutputStream
 
 - 
setWriteListenerpublic void setWriteListener(javax.servlet.WriteListener arg0) - Specified by:
- setWriteListenerin class- javax.servlet.ServletOutputStream
 
 
- 
 
-