Interface HttpAsyncRequestExecutionHandler<T>

    • Method Detail

      • getHttpProcessor

        HttpProcessor getHttpProcessor()
        Deprecated.
        Returns HttpProcessor implementation to be used to process HTTP request and response messages for protocol compliance.
        Returns:
        HTTP protocol processor.
      • getConnectionReuseStrategy

        ConnectionReuseStrategy getConnectionReuseStrategy()
        Deprecated.
        Returns ConnectionReuseStrategy implementation to be used to determine whether or not the underlying connection can be kept alive after a particular HTTP request / response exchange.
        Returns:
        connection re-use strategy.