public class HTTPMethodStream extends FilterInputStream implements Closeable
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
log |
in| Modifier and Type | Method and Description |
|---|---|
void |
close()
Closes this input stream and releases any system resources associated
with the stream; closes the method also.
|
boolean |
isClosed() |
available, mark, markSupported, read, read, read, reset, skippublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOException - if an I/O error occurs; but not if close
is called twice.public boolean isClosed()