Package 

Class FilterServletInputStream

  • All Implemented Interfaces:
    java.io.Closeable , java.lang.AutoCloseable

    
    public class FilterServletInputStream
    extends ServletInputStream
                        
    • Method Summary

      Modifier and Type Method Description
      boolean isFinished()
      boolean isReady()
      void setReadListener(ReadListener readListener)
      int read()
      • Methods inherited from class javax.servlet.ServletInputStream

        isFinished, isReady, readLine, setReadListener
      • Methods inherited from class java.io.InputStream

        available, close, mark, markSupported, nullInputStream, read, readAllBytes, readNBytes, readNBytes, reset, skip, skipNBytes, transferTo
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait