content
Deprecated.
getContent() method must return the same InputStream
instance when DecompressingEntity is wrapping a streaming entity.Closeable, AutoCloseable, org.apache.hc.core5.http.EntityDetails, org.apache.hc.core5.http.HttpEntityBrotliDecompressingEntity, DeflateDecompressingEntity, GzipDecompressingEntityHttpEntity implementations.private static final intprivate InputStreamgetContent() method must return the same InputStream
instance when DecompressingEntity is wrapping a streaming entity.private final InputStreamFactoryDecompressingEntity(org.apache.hc.core5.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory) DecompressingEntity.longprivate InputStreamvoidwriteTo(OutputStream outStream) close, getContentType, getTrailerNames, getTrailers, isChunked, isRepeatable, isStreaming, toStringgetContent() method must return the same InputStream
instance when DecompressingEntity is wrapping a streaming entity.DecompressingEntity.wrapped - the non-null HttpEntity to be wrappedinputStreamFactory - factory to create decompressing stream.getContent in interface org.apache.hc.core5.http.HttpEntitygetContent in class org.apache.hc.core5.http.io.entity.HttpEntityWrapperIOExceptionwriteTo in interface org.apache.hc.core5.http.HttpEntitywriteTo in class org.apache.hc.core5.http.io.entity.HttpEntityWrapperIOExceptiongetContentEncoding in interface org.apache.hc.core5.http.EntityDetailsgetContentEncoding in class org.apache.hc.core5.http.io.entity.HttpEntityWrappergetContentLength in interface org.apache.hc.core5.http.EntityDetailsgetContentLength in class org.apache.hc.core5.http.io.entity.HttpEntityWrapper
ContentCodecRegistry.decoder(org.apache.hc.client5.http.entity.compress.ContentCoding)