On August 30, 2016 10:26:29 PM GMT+02:00, Steven Schlansker 
<stevenschlans...@gmail.com> wrote:
>Thanks for the leads -- more questions inline.
>
>> On Aug 30, 2016, at 11:36 AM, Oleg Kalnichevski <ol...@apache.org>
>wrote:
>> 
>> On Mon, 2016-08-29 at 13:49 -0700, Steven Schlansker wrote:
>>> Hi httpclient-users,
>>> 
>>> I am using HttpClient 4.5.2 / HttpCore 4.4.5 to connect to a
>streaming endpoint.  The endpoint returns chunked records essentially
>forever.
>>> My application consumes these never ending records until an operator
>signals it to stop.  The code looks something like:
>>> 
>>> How can I abort this connection cleanly, without needing to read to
>the end of a
>>> never ending stream of data from the server?
>>> 
>> 
>> There are two options:
>> (1) Close the response without closing the content input stream
>
>I am looking at the HttpResponse interface (and its superinterface,
>HttpMessage) and not seeing
>anything like close().  The interfaces expose almost exclusively getter
>/ setter pairs.
>
>Did I miss something obvious here?

Look for ClosableHttpResponse in the HttpClient package.

Oleg
-- 
Sent from my Android device with K-9 Mail. Please excuse my brevity.

---------------------------------------------------------------------
To unsubscribe, e-mail: httpclient-users-unsubscr...@hc.apache.org
For additional commands, e-mail: httpclient-users-h...@hc.apache.org

Reply via email to