to top
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"
No examples for this method.
Frequently called with: [Clear]
Portions of this page are reproduced from work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License. The original page is available here.