Package org.opensearch.client
Class RestClient.ContentCompressingEntity
- java.lang.Object
-
- org.apache.http.entity.HttpEntityWrapper
-
- org.apache.http.client.entity.GzipCompressingEntity
-
- org.opensearch.client.RestClient.ContentCompressingEntity
-
- All Implemented Interfaces:
org.apache.http.HttpEntity
- Enclosing class:
- RestClient
public static class RestClient.ContentCompressingEntity extends org.apache.http.client.entity.GzipCompressingEntityA gzip compressing entity that also implementsgetContent().
-
-
Constructor Summary
Constructors Constructor Description ContentCompressingEntity(org.apache.http.HttpEntity entity)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.InputStreamgetContent()-
Methods inherited from class org.apache.http.client.entity.GzipCompressingEntity
getContentEncoding, getContentLength, isChunked, writeTo
-
-