org.apache.http.protocol
Class HttpExecutionContext
java.lang.Object
org.apache.http.protocol.HttpExecutionContext
- All Implemented Interfaces:
- HttpContext
- Direct Known Subclasses:
- SyncHttpExecutionContext
public class HttpExecutionContext
- extends java.lang.Object
- implements HttpContext
Default implementation of the HttpContext
.
- Since:
- 4.0
- Version:
- $Revision: 496070 $
- Author:
- Oleg Kalnichevski
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HTTP_TARGET_HOST
public static final java.lang.String HTTP_TARGET_HOST
- See Also:
- Constant Field Values
HTTP_PROXY_HOST
public static final java.lang.String HTTP_PROXY_HOST
- See Also:
- Constant Field Values
HTTP_REQ_SENT
public static final java.lang.String HTTP_REQ_SENT
- See Also:
- Constant Field Values
HttpExecutionContext
public HttpExecutionContext(HttpContext parentContext)
getAttribute
public java.lang.Object getAttribute(java.lang.String id)
- Specified by:
getAttribute
in interface HttpContext
setAttribute
public void setAttribute(java.lang.String id,
java.lang.Object obj)
- Specified by:
setAttribute
in interface HttpContext
removeAttribute
public java.lang.Object removeAttribute(java.lang.String id)
- Specified by:
removeAttribute
in interface HttpContext
Copyright © 2005-2009 Apache Software Foundation. All Rights Reserved.