org.apache.http.client.entity
Class DecompressingEntity
java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.DecompressingEntity
- All Implemented Interfaces:
- HttpEntity
- Direct Known Subclasses:
- DeflateDecompressingEntity, GzipDecompressingEntity
public class DecompressingEntity
- extends HttpEntityWrapper
Common base class for decompressing HttpEntity implementations.
- Since:
- 4.4
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DecompressingEntity
public DecompressingEntity(HttpEntity wrapped,
InputStreamFactory inputStreamFactory)
- Creates a new
DecompressingEntity.
- Parameters:
wrapped - the non-null HttpEntity to be wrappedinputStreamFactory - factory to create decompressing stream.
getContent
public InputStream getContent()
throws IOException
- Specified by:
getContent in interface HttpEntity- Overrides:
getContent in class HttpEntityWrapper
- Throws:
IOException
writeTo
public void writeTo(OutputStream outstream)
throws IOException
- Specified by:
writeTo in interface HttpEntity- Overrides:
writeTo in class HttpEntityWrapper
- Throws:
IOException
getContentEncoding
public Header getContentEncoding()
- Specified by:
getContentEncoding in interface HttpEntity- Overrides:
getContentEncoding in class HttpEntityWrapper
getContentLength
public long getContentLength()
- Specified by:
getContentLength in interface HttpEntity- Overrides:
getContentLength in class HttpEntityWrapper
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.