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 final class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.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