Package it.ovunque.rete.http
Class DecomprimiGzip
java.lang.Object
org.apache.http.entity.HttpEntityWrapper
it.ovunque.rete.http.DecomprimiGzip
- All Implemented Interfaces:
org.apache.http.HttpEntity
public class DecomprimiGzip
extends org.apache.http.entity.HttpEntityWrapper
-
Field Summary
Fields inherited from class org.apache.http.entity.HttpEntityWrapper
wrappedEntity
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.http.entity.HttpEntityWrapper
consumeContent, getContentEncoding, getContentType, isChunked, isRepeatable, isStreaming, writeTo
-
Constructor Details
-
DecomprimiGzip
public DecomprimiGzip(org.apache.http.HttpEntity entity)
-
-
Method Details
-
getContent
- Specified by:
getContent
in interfaceorg.apache.http.HttpEntity
- Overrides:
getContent
in classorg.apache.http.entity.HttpEntityWrapper
- Throws:
IOException
IllegalStateException
-
getContentLength
public long getContentLength()- Specified by:
getContentLength
in interfaceorg.apache.http.HttpEntity
- Overrides:
getContentLength
in classorg.apache.http.entity.HttpEntityWrapper
-