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

Gary Gregory updated HTTPCLIENT-1845:
-------------------------------------
    Description: 
Extract {{InputStreamFactory}} classes out of {{GzipDecompressingEntity}} 
{{DeflateDecompressingEntity}} for reuse and to create less garbage through the 
use of singletons since the factories and stateless and immutable.

The new classes are:
- org.apache.hc.client5.http.entity.DeflateInputStreamFactory
- org.apache.hc.client5.http.entity.GZIPInputStreamFactory

  was:Extract {{InputStreamFactory}} classes out of {{GzipDecompressingEntity}} 
{{DeflateDecompressingEntity}} for reuse and to create less garbage through the 
use of singletons since the factories and stateless and immutable.


> Extract InputStreamFactory classes out of GzipDecompressingEntity and 
> DeflateDecompressingEntity for reuse and to create less garbage
> -------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-1845
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1845
>             Project: HttpComponents HttpClient
>          Issue Type: Improvement
>            Reporter: Gary Gregory
>            Assignee: Gary Gregory
>
> Extract {{InputStreamFactory}} classes out of {{GzipDecompressingEntity}} 
> {{DeflateDecompressingEntity}} for reuse and to create less garbage through 
> the use of singletons since the factories and stateless and immutable.
> The new classes are:
> - org.apache.hc.client5.http.entity.DeflateInputStreamFactory
> - org.apache.hc.client5.http.entity.GZIPInputStreamFactory



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to