[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1511?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski resolved HTTPCLIENT-1511.
-------------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: 4.4 Final)
                   4.4 Alpha1

Patch committed to SVN trunk. Many thanks, Jochen, for contributing a quality 
patch. 

Oleg

PS: new public methods and classes ideally should not be added to the stable 
branch.  

> Should be possible to retrieve the entity stream from a fluent respose
> ----------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1511
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1511
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>          Components: Fluent HC
>    Affects Versions: 4.3.3
>            Reporter: Jochen Kemnade
>             Fix For: 4.4 Alpha1
>
>         Attachments: 
> 0001-HTTPCLIENT-1511-add-org.apache.http.impl.client.Abst.patch
>
>
> For a Response, there should be an easy way to retrieve/work with the 
> returned entity's stream, because you don't always want the create an 
> in-memory copy of the whole content. You should not have to write a custom 
> ResponseHandler and have to implement the status line handling again.
> We could add EntityStreamHandler and 
> Reponse.handleEntityStream(EntityStreamHandler) or just make it easier to 
> subclass BasicResponseHandler (i.e. not always convert to a String).



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to