@ThreadSafe public class BasicHttpContextHC4 extends java.lang.Object implements org.apache.http.protocol.HttpContext
HttpContext.
Please note instances of this class can be thread unsafe if the parent context is not thread safe.
| Constructor and Description |
|---|
BasicHttpContextHC4() |
BasicHttpContextHC4(org.apache.http.protocol.HttpContext parentContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
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) |
java.lang.String |
toString() |
public BasicHttpContextHC4()
public BasicHttpContextHC4(org.apache.http.protocol.HttpContext parentContext)
public java.lang.Object getAttribute(java.lang.String id)
getAttribute in interface org.apache.http.protocol.HttpContextpublic void setAttribute(java.lang.String id,
java.lang.Object obj)
setAttribute in interface org.apache.http.protocol.HttpContextpublic java.lang.Object removeAttribute(java.lang.String id)
removeAttribute in interface org.apache.http.protocol.HttpContextpublic void clear()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 1999-2015 The Apache Software Foundation. All rights reserved.