public interface

ExecutionContext

org.apache.http.protocol.ExecutionContext

Class Overview

HttpContext attribute names for protocol execution.

Summary

Constants
String HTTP_CONNECTION Attribute name of a HttpConnection object that represents the actual HTTP connection.
String HTTP_PROXY_HOST Attribute name of a HttpHost object that represents the connection proxy.
String HTTP_REQUEST Attribute name of a HttpRequest object that represents the actual HTTP request.
String HTTP_REQ_SENT Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
String HTTP_RESPONSE Attribute name of a HttpResponse object that represents the actual HTTP response.
String HTTP_TARGET_HOST Attribute name of a HttpHost object that represents the connection target.

Constants

public static final String HTTP_CONNECTION

Attribute name of a HttpConnection object that represents the actual HTTP connection.

Constant Value: "http.connection"

public static final String HTTP_PROXY_HOST

Attribute name of a HttpHost object that represents the connection proxy.

Constant Value: "http.proxy_host"

public static final String HTTP_REQUEST

Attribute name of a HttpRequest object that represents the actual HTTP request.

Constant Value: "http.request"

public static final String HTTP_REQ_SENT

Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.

Constant Value: "http.request_sent"

public static final String HTTP_RESPONSE

Attribute name of a HttpResponse object that represents the actual HTTP response.

Constant Value: "http.response"

public static final String HTTP_TARGET_HOST

Attribute name of a HttpHost object that represents the connection target.

Constant Value: "http.target_host"