org.apache.http.protocol
Class BasicHttpContext
java.lang.Object
org.apache.http.protocol.BasicHttpContext
- All Implemented Interfaces:
- HttpContext
- Direct Known Subclasses:
- SyncBasicHttpContext
public class BasicHttpContext
- extends Object
- implements HttpContext
Default implementation of the HttpContext.
- Since:
- 4.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasicHttpContext
public BasicHttpContext()
BasicHttpContext
public BasicHttpContext(HttpContext parentContext)
getAttribute
public Object getAttribute(String id)
- Specified by:
getAttribute in interface HttpContext
setAttribute
public void setAttribute(String id,
Object obj)
- Specified by:
setAttribute in interface HttpContext
removeAttribute
public Object removeAttribute(String id)
- Specified by:
removeAttribute in interface HttpContext
Please submit a feedback, bug or feature