Android
org.apache.http.protocol
public interface

org.apache.http.protocol.HttpContext

org.apache.http.protocol.HttpContext

A context for executing a request. The context is used to tie together the request, the response, and optional application data. It is also used for internal data. Attribute names starting with the prefix "http." are reserved for internal data.

Known Indirect Subclasses

Summary

Constants

      Value  
String  RESERVED_PREFIX  The prefix reserved for use by HTTP components.  "http." 

Public Methods

          Object  getAttribute(String id)
          Object  removeAttribute(String id)
          void  setAttribute(String id, Object obj)

Details

Constants

public static final String RESERVED_PREFIX

The prefix reserved for use by HTTP components. "http."
Constant Value: "http."

Public Methods

public Object getAttribute(String id)

public Object removeAttribute(String id)

public void setAttribute(String id, Object obj)

Copyright 2007 Google Inc. Build 0.9_r1-98467 - 14 Aug 2008 18:56