org.apache.commons.httpclient
interface: ResponseConsumedWatcher [javadoc |
source]
When a response stream has been consumed, various parts of the HttpClient
implementation need to respond appropriately.
When one of the three types of java.io.InputStream , one of
AutoCloseInputStream (package), ContentLengthInputStream , or
ChunkedInputStream finishes with its content, either because
all content has been consumed, or because it was explicitly closed,
it notifies its corresponding method via this interface.
| Method from org.apache.commons.httpclient.ResponseConsumedWatcher Summary: |
|---|
|
responseConsumed |
| Method from org.apache.commons.httpclient.ResponseConsumedWatcher Detail: |
public void responseConsumed()
A response has been consumed. |