com.ibm.wsspi.http

Class HttpInputStream

  • java.lang.Object
    • java.io.InputStream
      • com.ibm.wsspi.http.HttpInputStream
  • All Implemented Interfaces:
    java.io.Closeable, java.lang.AutoCloseable


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

      Constructors 
      Constructor and Description
      HttpInputStream() 
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and 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, read, read, read, reset, skip
      • 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