public interface ExecChainHandler
Important: please note it is required for decorators that implement post execution aspects
or response post-processing of any sort to release resources associated with the response
by calling Closeable.close() methods in case of an I/O, protocol or
runtime exception, or in case the response is not propagated to the caller.
| 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) |
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
IOExceptionorg.apache.hc.core5.http.HttpExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.