Please note that the contents of this offline web site may be out of date. To access the most recent documentation visit the online version .
Note that links that point to online resources are green in color and will open in a new window.
We would love it if you could give us feedback about this material by filling this form (You have to be online to fill it)
Android APIs
Added in API level 1
public interface

ExecutionContext

org.apache.http.protocol.ExecutionContext

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"