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 java.lang.Object
- implements HttpContext
Default implementation of the HttpContext
.
- Since:
- 4.0
- Version:
- $Revision: 654882 $
- Author:
- Oleg Kalnichevski
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 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-2008 Apache Software Foundation. All Rights Reserved.