|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.protocol.HttpExecutionContext
org.apache.http.protocol.SyncHttpExecutionContext
public class SyncHttpExecutionContext
Thread-safe extension of the HttpExecutionContext
.
Field Summary |
---|
Fields inherited from class org.apache.http.protocol.HttpExecutionContext |
---|
HTTP_PROXY_HOST, HTTP_REQ_SENT, HTTP_TARGET_HOST |
Fields inherited from interface org.apache.http.protocol.HttpContext |
---|
HTTP_CONNECTION, HTTP_REQUEST, HTTP_RESPONSE, RESERVED_PREFIX |
Constructor Summary | |
---|---|
SyncHttpExecutionContext(HttpContext parentContext)
|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SyncHttpExecutionContext(HttpContext parentContext)
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String id)
getAttribute
in interface HttpContext
getAttribute
in class HttpExecutionContext
public void setAttribute(java.lang.String id, java.lang.Object obj)
setAttribute
in interface HttpContext
setAttribute
in class HttpExecutionContext
public java.lang.Object removeAttribute(java.lang.String id)
removeAttribute
in interface HttpContext
removeAttribute
in class HttpExecutionContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |