Class GzipCompressingEntity

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.GzipCompressingEntity
All Implemented Interfaces:
org.apache.http.HttpEntity

public class GzipCompressingEntity extends org.apache.http.entity.HttpEntityWrapper
Wrapping entity that compresses content when writing.
Since:
4.0
  • Constructor Details

    • GzipCompressingEntity

      public GzipCompressingEntity(org.apache.http.HttpEntity entity)
  • Method Details

    • getContentEncoding

      public org.apache.http.Header getContentEncoding()
      Specified by:
      getContentEncoding in interface org.apache.http.HttpEntity
      Overrides:
      getContentEncoding in class org.apache.http.entity.HttpEntityWrapper
    • getContentLength

      public long getContentLength()
      Specified by:
      getContentLength in interface org.apache.http.HttpEntity
      Overrides:
      getContentLength in class org.apache.http.entity.HttpEntityWrapper
    • isChunked

      public boolean isChunked()
      Specified by:
      isChunked in interface org.apache.http.HttpEntity
      Overrides:
      isChunked in class org.apache.http.entity.HttpEntityWrapper
    • getContent

      public InputStream getContent() throws IOException
      Specified by:
      getContent in interface org.apache.http.HttpEntity
      Overrides:
      getContent in class org.apache.http.entity.HttpEntityWrapper
      Throws:
      IOException
    • writeTo

      public void writeTo(OutputStream outStream) throws IOException
      Specified by:
      writeTo in interface org.apache.http.HttpEntity
      Overrides:
      writeTo in class org.apache.http.entity.HttpEntityWrapper
      Throws:
      IOException