Interface HttpExecChainHandler

  • All Superinterfaces:
    org.apache.hc.client5.http.classic.ExecChainHandler
    All Known Implementing Classes:
    HttpAuthorizationHandler

    public interface HttpExecChainHandler
    extends org.apache.hc.client5.http.classic.ExecChainHandler
    Request execution handler in a classic client side request ExecChain. Handlers can either be a decorator around another element that implements a cross-cutting aspect or a self-contained executor capable of producing a response for the given request.
    See Also:
    ExecChainHandler
    • Method Detail