Class AsyncConnectExec

  • All Implemented Interfaces:
    AsyncExecChainHandler

    @Contract(threading=STATELESS)
    @Internal
    public final class AsyncConnectExec
    extends java.lang.Object
    implements AsyncExecChainHandler
    Request execution handler in the asynchronous request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
    Since:
    5.0
    • Field Detail

      • LOG

        private static final org.slf4j.Logger LOG
      • proxyHttpProcessor

        private final org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor
    • Constructor Detail

      • AsyncConnectExec

        public AsyncConnectExec​(org.apache.hc.core5.http.protocol.HttpProcessor proxyHttpProcessor,
                                AuthenticationStrategy proxyAuthStrategy,
                                SchemePortResolver schemePortResolver,
                                boolean authCachingDisabled)