|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.http.protocol.BasicHttpContext
public class BasicHttpContext
Default implementation of the HttpContext
.
Field Summary |
---|
Fields inherited from interface org.apache.http.protocol.HttpContext |
---|
RESERVED_PREFIX |
Constructor Summary | |
---|---|
BasicHttpContext(HttpContext parentContext)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BasicHttpContext(HttpContext parentContext)
Method Detail |
---|
public java.lang.Object getAttribute(java.lang.String id)
getAttribute
in interface HttpContext
public void setAttribute(java.lang.String id, java.lang.Object obj)
setAttribute
in interface HttpContext
public java.lang.Object removeAttribute(java.lang.String id)
removeAttribute
in interface HttpContext
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |