static class HttpFileObject.HttpInputStream extends MonitorInputStream
| Modifier and Type | Field and Description |
|---|---|
private org.apache.commons.httpclient.methods.GetMethod |
method |
| Constructor and Description |
|---|
HttpInputStream(org.apache.commons.httpclient.methods.GetMethod method) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
onClose()
Called after the stream has been closed.
|
public HttpInputStream(org.apache.commons.httpclient.methods.GetMethod method)
throws java.io.IOException
java.io.IOExceptionprotected void onClose()
throws java.io.IOException
onClose in class MonitorInputStreamjava.io.IOException - if an error occurs.