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.IOException
protected void onClose() throws java.io.IOException
onClose
in class MonitorInputStream
java.io.IOException
- if an error occurs.