Package org.apache.hc.client5.http.entity
package org.apache.hc.client5.http.entity
Client specific HTTP entity implementations.
-
ClassDescription
HttpEntityWrapper
responsible for handling br Content Coded responses.InputStreamFactory
for handling Brotli Content Coded responses.Common base class for decompressingHttpEntity
implementations.HttpEntityWrapper
responsible for handling deflate Content Coded responses.Deflate input stream.InputStreamFactory
for handling Deflate Content Coded responses.Builder forHttpEntity
instances.Wrapping entity that compresses content whenwriting
.HttpEntityWrapper
for handling gzip Content Coded responses.InputStreamFactory
for handling GZIPContent Coded responses.Factory for decoratedInputStream
s.Lazy init InputStream wrapper.An entity composed of a list of url-encoded pairs.