content
getContent() method must return the same InputStream
instance when DecompressingEntity is wrapping a streaming entity.org.apache.http.HttpEntityDeflateDecompressingEntity, GzipDecompressingEntityHttpEntity implementations.private static final intprivate InputStreamgetContent() method must return the same InputStream
instance when DecompressingEntity is wrapping a streaming entity.private final InputStreamFactorywrappedEntityDecompressingEntity(org.apache.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory) DecompressingEntity.org.apache.http.Headerlongprivate InputStreamvoidwriteTo(OutputStream outStream) consumeContent, getContentType, isChunked, isRepeatable, isStreaminggetContent() 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.IOExceptiongetContent in interface org.apache.http.HttpEntitygetContent in class org.apache.http.entity.HttpEntityWrapperIOExceptionwriteTo in interface org.apache.http.HttpEntitywriteTo in class org.apache.http.entity.HttpEntityWrapperIOExceptiongetContentEncoding in interface org.apache.http.HttpEntitygetContentEncoding in class org.apache.http.entity.HttpEntityWrappergetContentLength in interface org.apache.http.HttpEntitygetContentLength in class org.apache.http.entity.HttpEntityWrapper