| 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.
See Also: ContentLengthInputStream See Also: ChunkedInputStream author: Eric Johnson |