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