|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
java.io.BufferedInputStream
org.apache.commons.vfs.util.MonitorInputStream
org.apache.commons.vfs.provider.http.HttpFileObject.HttpInputStream
static class HttpFileObject.HttpInputStream
An InputStream that cleans up the HTTP connection on close.
Field Summary | |
---|---|
private org.apache.commons.httpclient.methods.GetMethod |
method
|
Fields inherited from class java.io.BufferedInputStream |
---|
buf, marklimit, markpos, pos |
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
HttpFileObject.HttpInputStream(org.apache.commons.httpclient.methods.GetMethod method)
|
Method Summary | |
---|---|
protected void |
onClose()
Called after the stream has been closed. |
Methods inherited from class org.apache.commons.vfs.util.MonitorInputStream |
---|
close, getCount, read, read |
Methods inherited from class java.io.BufferedInputStream |
---|
available, mark, markSupported, reset, skip |
Methods inherited from class java.io.FilterInputStream |
---|
read |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private final org.apache.commons.httpclient.methods.GetMethod method
Constructor Detail |
---|
public HttpFileObject.HttpInputStream(org.apache.commons.httpclient.methods.GetMethod method) throws java.io.IOException
java.io.IOException
Method Detail |
---|
protected void onClose() throws java.io.IOException
onClose
in class MonitorInputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |