@Contract(threading=STATELESS) @Internal public final class ContentCompressionExec extends Object implements ExecChainHandler
Further responsibilities such as communication with the opposite endpoint is delegated to the next executor in the request execution chain.
| Constructor and Description | 
|---|
| ContentCompressionExec()Handles  gzipanddeflatecompressed entities by using the following
 decoders:
 
 gzip - seeGZIPInputStreamdeflate - seeDeflateInputStream | 
| ContentCompressionExec(boolean ignoreUnknown) | 
| ContentCompressionExec(List<String> acceptEncoding,
                      org.apache.hc.core5.http.config.Lookup<InputStreamFactory> decoderRegistry,
                      boolean ignoreUnknown) | 
| Modifier and Type | Method and Description | 
|---|---|
| org.apache.hc.core5.http.ClassicHttpResponse | execute(org.apache.hc.core5.http.ClassicHttpRequest request,
       ExecChain.Scope scope,
       ExecChain chain)Executes the actual HTTP request. | 
public ContentCompressionExec(List<String> acceptEncoding, org.apache.hc.core5.http.config.Lookup<InputStreamFactory> decoderRegistry, boolean ignoreUnknown)
public ContentCompressionExec(boolean ignoreUnknown)
public ContentCompressionExec()
gzip and deflate compressed entities by using the following
 decoders:
 GZIPInputStreamDeflateInputStreampublic org.apache.hc.core5.http.ClassicHttpResponse execute(org.apache.hc.core5.http.ClassicHttpRequest request,
                                                   ExecChain.Scope scope,
                                                   ExecChain chain)
                                                     throws IOException,
                                                            org.apache.hc.core5.http.HttpException
ExecChainHandlerexecute in interface ExecChainHandlerrequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.IOExceptionorg.apache.hc.core5.http.HttpExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.