org.apache.http.client.entity
Class GzipDecompressingEntity

java.lang.Object
  extended by org.apache.http.entity.HttpEntityWrapperHC4
      extended by org.apache.http.client.entity.GzipDecompressingEntity
All Implemented Interfaces:
org.apache.http.HttpEntity

public class GzipDecompressingEntity
extends HttpEntityWrapperHC4

HttpEntityWrapper for handling gzip Content Coded responses.

Since:
4.1

Field Summary
 
Fields inherited from class org.apache.http.entity.HttpEntityWrapperHC4
wrappedEntity
 
Constructor Summary
GzipDecompressingEntity(org.apache.http.HttpEntity entity)
          Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.
 
Method Summary
 java.io.InputStream getContent()
          
 org.apache.http.Header getContentEncoding()
          
 long getContentLength()
          
 void writeTo(java.io.OutputStream outstream)
          
 
Methods inherited from class org.apache.http.entity.HttpEntityWrapperHC4
consumeContent, getContentType, isChunked, isRepeatable, isStreaming
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GzipDecompressingEntity

public GzipDecompressingEntity(org.apache.http.HttpEntity entity)
Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.

Parameters:
entity - the non-null HttpEntity to be wrapped
Method Detail

getContentEncoding

public org.apache.http.Header getContentEncoding()

Specified by:
getContentEncoding in interface org.apache.http.HttpEntity
Overrides:
getContentEncoding in class HttpEntityWrapperHC4

getContentLength

public long getContentLength()

Specified by:
getContentLength in interface org.apache.http.HttpEntity
Overrides:
getContentLength in class HttpEntityWrapperHC4

getContent

public java.io.InputStream getContent()
                               throws java.io.IOException

Specified by:
getContent in interface org.apache.http.HttpEntity
Overrides:
getContent in class HttpEntityWrapperHC4
Throws:
java.io.IOException

writeTo

public void writeTo(java.io.OutputStream outstream)
             throws java.io.IOException

Specified by:
writeTo in interface org.apache.http.HttpEntity
Overrides:
writeTo in class HttpEntityWrapperHC4
Throws:
java.io.IOException