Class RestClient.ContentCompressingEntity

java.lang.Object
org.apache.http.entity.HttpEntityWrapper
org.apache.http.client.entity.GzipCompressingEntity
org.elasticsearch.client.RestClient.ContentCompressingEntity
All Implemented Interfaces:
org.apache.http.HttpEntity
Enclosing class:
RestClient

public static class RestClient.ContentCompressingEntity extends org.apache.http.client.entity.GzipCompressingEntity
A gzip compressing entity that also implements getContent().
  • Field Summary

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

    wrappedEntity
  • Constructor Summary

    Constructors
    Constructor
    Description
    ContentCompressingEntity​(org.apache.http.HttpEntity entity)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class org.apache.http.client.entity.GzipCompressingEntity

    getContentEncoding, getContentLength, isChunked, writeTo

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

    consumeContent, getContentType, isRepeatable, isStreaming

    Methods inherited from class java.lang.Object

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

    • ContentCompressingEntity

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

    • getContent

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