Package 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 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.
-