Class HttpInputStream

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

    public abstract class HttpInputStream
    extends java.io.InputStream
    • Constructor Summary

      Constructors 
      Constructor Description
      HttpInputStream()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract boolean isClosed()
      Query whether this stream has been closed already or not.
      • Methods inherited from class java.io.InputStream

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

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HttpInputStream

        public HttpInputStream()
    • Method Detail

      • isClosed

        public abstract boolean isClosed()
        Query whether this stream has been closed already or not.
        Returns:
        boolean