Interface ExecutionContext


  • @Deprecated
    public interface ExecutionContext
    Deprecated.
    (4.3) use HttpCoreContext.
    HttpContext attribute names for protocol execution.
    Since:
    4.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String HTTP_CONNECTION
      Deprecated.
      Attribute name of a HttpConnection object that represents the actual HTTP connection.
      static java.lang.String HTTP_PROXY_HOST
      Deprecated.
      (4.3) do not use.
      static java.lang.String HTTP_REQ_SENT
      Deprecated.
      Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
      static java.lang.String HTTP_REQUEST
      Deprecated.
      Attribute name of a HttpRequest object that represents the actual HTTP request.
      static java.lang.String HTTP_RESPONSE
      Deprecated.
      Attribute name of a HttpResponse object that represents the actual HTTP response.
      static java.lang.String HTTP_TARGET_HOST
      Deprecated.
      Attribute name of a HttpHost object that represents the connection target.
    • Field Detail

      • HTTP_CONNECTION

        static final java.lang.String HTTP_CONNECTION
        Deprecated.
        Attribute name of a HttpConnection object that represents the actual HTTP connection.
        See Also:
        Constant Field Values
      • HTTP_REQUEST

        static final java.lang.String HTTP_REQUEST
        Deprecated.
        Attribute name of a HttpRequest object that represents the actual HTTP request.
        See Also:
        Constant Field Values
      • HTTP_RESPONSE

        static final java.lang.String HTTP_RESPONSE
        Deprecated.
        Attribute name of a HttpResponse object that represents the actual HTTP response.
        See Also:
        Constant Field Values
      • HTTP_TARGET_HOST

        static final java.lang.String HTTP_TARGET_HOST
        Deprecated.
        Attribute name of a HttpHost object that represents the connection target.
        See Also:
        Constant Field Values
      • HTTP_PROXY_HOST

        @Deprecated
        static final java.lang.String HTTP_PROXY_HOST
        Deprecated.
        (4.3) do not use.
        Attribute name of a HttpHost object that represents the connection proxy.
        See Also:
        Constant Field Values
      • HTTP_REQ_SENT

        static final java.lang.String HTTP_REQ_SENT
        Deprecated.
        Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
        See Also:
        Constant Field Values