fixed JavaDoc warnings
git-svn-id: https://svn.apache.org/repos/asf/jakarta/httpcomponents/httpclient/trunk@503529 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6b2feac66d
commit
dc2b5d84df
|
@ -36,13 +36,12 @@ package org.apache.http.impl.client;
|
||||||
* implementation need to respond appropriately.
|
* implementation need to respond appropriately.
|
||||||
*
|
*
|
||||||
* <p>When one of the three types of {@link java.io.InputStream}, one of
|
* <p>When one of the three types of {@link java.io.InputStream}, one of
|
||||||
* AutoCloseInputStream (package), {@link ContentLengthInputStream}, or
|
* <code>AutoCloseInputStream</code> (package),
|
||||||
* {@link ChunkedInputStream} finishes with its content, either because
|
* <code>ContentLengthInputStream</code>, or
|
||||||
|
* <code>ChunkedInputStream</code> finishes with its content, either because
|
||||||
* all content has been consumed, or because it was explicitly closed,
|
* all content has been consumed, or because it was explicitly closed,
|
||||||
* it notifies its corresponding method via this interface.</p>
|
* it notifies its corresponding method via this interface.</p>
|
||||||
*
|
*
|
||||||
* @see ContentLengthInputStream
|
|
||||||
* @see ChunkedInputStream
|
|
||||||
* @author Eric Johnson
|
* @author Eric Johnson
|
||||||
*/
|
*/
|
||||||
interface ResponseConsumedWatcher {
|
interface ResponseConsumedWatcher {
|
||||||
|
|
Loading…
Reference in New Issue