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
    Constructor
    Description
    DecomprimiGzip(org.apache.http.HttpEntity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
     

    Methods inherited from class org.apache.http.entity.HttpEntityWrapper

    consumeContent, getContentEncoding, getContentType, isChunked, isRepeatable, isStreaming, writeTo

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DecomprimiGzip

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

    • getContent

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

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