|
|||||||||
| Home >> All >> org >> apache >> http >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.http.protocol
Interface HttpContext

- All Known Implementing Classes:
- HttpExecutionContext
- public interface 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 55 for internal data.
- Since:
- 4.0
- Version:
- $Revision: 376961 $
| Field Summary | |
static java.lang.String |
HTTP_CONNECTION
|
static java.lang.String |
HTTP_REQUEST
|
static java.lang.String |
HTTP_RESPONSE
|
static java.lang.String |
RESERVED_PREFIX
The prefix reserved for use by HTTP components. |
| Method Summary | |
java.lang.Object |
getAttribute(java.lang.String id)
|
java.lang.Object |
removeAttribute(java.lang.String id)
|
void |
setAttribute(java.lang.String id,
java.lang.Object obj)
|
| Field Detail |
RESERVED_PREFIX
public static final java.lang.String RESERVED_PREFIX
- The prefix reserved for use by HTTP components. "http."
- See Also:
- Constant Field Values
HTTP_CONNECTION
public static final java.lang.String HTTP_CONNECTION
- See Also:
- Constant Field Values
HTTP_REQUEST
public static final java.lang.String HTTP_REQUEST
- See Also:
- Constant Field Values
HTTP_RESPONSE
public static final java.lang.String HTTP_RESPONSE
- See Also:
- Constant Field Values
| Method Detail |
getAttribute
public java.lang.Object getAttribute(java.lang.String id)
setAttribute
public void setAttribute(java.lang.String id, java.lang.Object obj)
removeAttribute
public java.lang.Object removeAttribute(java.lang.String id)
|
|||||||||
| Home >> All >> org >> apache >> http >> [ protocol overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC