mirror of https://github.com/apache/druid.git
HttpResponseHandler: Fill out truncated javadoc. (#12004)
This commit is contained in:
parent
1f95a42bb8
commit
f47afd7b98
|
@ -90,7 +90,11 @@ public interface HttpResponseHandler<IntermediateType, FinalType>
|
|||
/**
|
||||
* Call this to resume reading after you have suspended it.
|
||||
*
|
||||
* @param chunkNum chunk number corresponding to the handleChunk() or handleResponse() call from which you
|
||||
* This method will do nothing if reading is not currently suspended.
|
||||
*
|
||||
* @param chunkNum chunk number corresponding to the handleChunk() or handleResponse() call from which you returned
|
||||
* a ClientResponse where {@link ClientResponse#isContinueReading()} was true.
|
||||
*
|
||||
* @return time that backpressure was applied (channel was closed for reads)
|
||||
*/
|
||||
long resume(long chunkNum);
|
||||
|
|
Loading…
Reference in New Issue