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
Details
Constants
public
static
final
String
RESERVED_PREFIX
The prefix reserved for use by HTTP components. "http."
Constant Value:
"http."
Public Methods