@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.
| 构造器和说明 |
|---|
ContentCompressionExec()
Handles
gzip and deflate compressed entities by using the following
decoders:
gzip - see GZIPInputStream
deflate - see DeflateInputStream
brotli - see BrotliInputStream
|
ContentCompressionExec(boolean ignoreUnknown) |
ContentCompressionExec(List<String> acceptEncoding,
Lookup<InputStreamFactory> decoderRegistry,
boolean ignoreUnknown) |
public ContentCompressionExec(List<String> acceptEncoding, Lookup<InputStreamFactory> decoderRegistry, boolean ignoreUnknown)
public ContentCompressionExec(boolean ignoreUnknown)
public ContentCompressionExec()
gzip and deflate compressed entities by using the following
decoders:
GZIPInputStreamDeflateInputStreamBrotliInputStreampublic ClassicHttpResponse execute(ClassicHttpRequest request, ExecChain.Scope scope, ExecChain chain) throws IOException, HttpException
ExecChainHandlerexecute 在接口中 ExecChainHandlerrequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.IOExceptionHttpExceptionCopyright © 2023. All rights reserved.