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 Modifier and Type Interface Description static class
ExecChain.Scope
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.hc.core5.http.ClassicHttpResponse
proceed(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope)
-
-
-
Method Detail
-
proceed
org.apache.hc.core5.http.ClassicHttpResponse proceed(org.apache.hc.core5.http.ClassicHttpRequest request, ExecChain.Scope scope) throws java.io.IOException, org.apache.hc.core5.http.HttpException
- Throws:
java.io.IOException
org.apache.hc.core5.http.HttpException
-
-