Interface HttpAsyncRequestExecutionHandler<T>

    • Method Detail

      • getContext

        org.apache.http.protocol.HttpContext getContext()
        Deprecated.
        Returns shared HttpContext instance.
        Returns:
        HTTP context
      • getHttpProcessor

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

        org.apache.http.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.