public class DecompressingEntity
extends org.apache.http.entity.HttpEntityWrapper
HttpEntity
implementations.Constructor and Description |
---|
DecompressingEntity(org.apache.http.HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
Creates a new
DecompressingEntity . |
Modifier and Type | Method and Description |
---|---|
InputStream |
getContent() |
org.apache.http.Header |
getContentEncoding() |
long |
getContentLength() |
void |
writeTo(OutputStream outStream) |
public DecompressingEntity(org.apache.http.HttpEntity wrapped, InputStreamFactory inputStreamFactory)
DecompressingEntity
.wrapped
- the non-null HttpEntity
to be wrappedinputStreamFactory
- factory to create decompressing stream.public InputStream getContent() throws IOException
getContent
in interface org.apache.http.HttpEntity
getContent
in class org.apache.http.entity.HttpEntityWrapper
IOException
public void writeTo(OutputStream outStream) throws IOException
writeTo
in interface org.apache.http.HttpEntity
writeTo
in class org.apache.http.entity.HttpEntityWrapper
IOException
public org.apache.http.Header getContentEncoding()
getContentEncoding
in interface org.apache.http.HttpEntity
getContentEncoding
in class org.apache.http.entity.HttpEntityWrapper
public long getContentLength()
getContentLength
in interface org.apache.http.HttpEntity
getContentLength
in class org.apache.http.entity.HttpEntityWrapper
Copyright © 1999–2022 The Apache Software Foundation. All rights reserved.