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 SummaryConstructors Constructor Description HttpInputStream()
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract booleanisClosed()Query whether this stream has been closed already or not.
 
-