|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
When a response stream has been consumed, various parts of the HttpClient implementation need to respond appropriately.
When one of the three types of 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.
ContentLengthInputStream
,
ChunkedInputStream
Method Summary | |
void |
responseConsumed()
A response has been consumed. |
Method Detail |
public void responseConsumed()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |