Interface ExecChain
@Contract(threading=STATELESS)
public interface ExecChain
Represents a single element in the client side classic request execution chain.
- Since:
- 5.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.hc.core5.http.ClassicHttpResponse
proceed
(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope)
-
Method Details
-
proceed
org.apache.hc.core5.http.ClassicHttpResponse proceed(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) throws IOException, org.apache.hc.core5.http.HttpException - Throws:
IOException
org.apache.hc.core5.http.HttpException
-