org.apache.http.client.entity
Class GzipCompressingEntity
java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.GzipCompressingEntity
- All Implemented Interfaces:
- HttpEntity
public class GzipCompressingEntity
- extends HttpEntityWrapper
Wrapping entity that compresses content when writing
.
- Since:
- 4.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GzipCompressingEntity
public GzipCompressingEntity(HttpEntity entity)
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
isChunked
public boolean isChunked()
- Specified by:
isChunked
in interface HttpEntity
- Overrides:
isChunked
in class HttpEntityWrapper
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
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.