org.apache.http.client.entity
Class GzipDecompressingEntity
java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.DecompressingEntity
org.apache.http.client.entity.GzipDecompressingEntity
- All Implemented Interfaces:
- HttpEntity
public class GzipDecompressingEntity
- extends DecompressingEntity
HttpEntityWrapper for handling gzip
Content Coded responses.
- Since:
- 4.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GzipDecompressingEntity
public GzipDecompressingEntity(HttpEntity entity)
- Creates a new
GzipDecompressingEntity which will wrap the specified
HttpEntity.
- Parameters:
entity - the non-null HttpEntity to be wrapped
Copyright © 1999–2018 The Apache Software Foundation. All rights reserved.