Transparently coalesces chunks of a HTTP stream that uses Transfer-Encoding chunked.
Note that this class NEVER closes the underlying stream, even when close gets called. Instead, it will read until the "end" of its chunking on close, which allows for the seamless invocation of subsequent HTTP 1.1 calls, while not requiring the client to remember to read the entire contents of the response.
@author Ortwin Glueck @author Sean C. Sullivan @author Martin Elwin @author Eric Johnson @author Mike Bowler @author Michael Becke @author Oleg Kalnichevski @since 2.0
|
|
|
|