@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() |
ContentCompressionExec(int maxCodecListLen) |
ContentCompressionExec(List<String> acceptEncoding,
Lookup<UnaryOperator<HttpEntity>> decoderRegistry) |
ContentCompressionExec(List<String> acceptEncoding,
Lookup<UnaryOperator<HttpEntity>> decoderRegistry,
int maxCodecListLen) |
| Modifier and Type | Method and Description |
|---|---|
ClassicHttpResponse |
execute(ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain)
Executes the actual HTTP request.
|
public ContentCompressionExec(List<String> acceptEncoding, Lookup<UnaryOperator<HttpEntity>> decoderRegistry, int maxCodecListLen)
public ContentCompressionExec(List<String> acceptEncoding, Lookup<UnaryOperator<HttpEntity>> decoderRegistry)
public ContentCompressionExec(int maxCodecListLen)
public ContentCompressionExec()
public ClassicHttpResponse execute(ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) throws IOException, HttpException
ExecChainHandlerexecute in interface ExecChainHandlerrequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.IOExceptionHttpExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.