Android APIs
Added in API level 1
public interface

ExecutionContext

org.apache.http.protocol.ExecutionContext

This interface is deprecated.
Please use openConnection() instead. Please visit this webpage for further details.

Class Overview

Context attribute names for protocol execution.

Constants

public static final String HTTP_CONNECTION

Added in API level 1

Constant Value: "http.connection"

public static final String HTTP_PROXY_HOST

Added in API level 1

Constant Value: "http.proxy_host"

public static final String HTTP_REQUEST

Added in API level 1

Constant Value: "http.request"

public static final String HTTP_REQ_SENT

Added in API level 1

Constant Value: "http.request_sent"

public static final String HTTP_RESPONSE

Added in API level 1

Constant Value: "http.response"

public static final String HTTP_TARGET_HOST

Added in API level 1

Constant Value: "http.target_host"