java.lang.Object | |
↳ | org.apache.http.protocol.BasicHttpContext |
![]() |
Default implementation of HttpContext
.
Please note methods of this class are not synchronized and therefore may be threading unsafe.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Obtains attribute with the given name.
| |||||||||||
Removes attribute with the given name from the context.
| |||||||||||
Sets value of the attribute with the given name.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Obtains attribute with the given name.
id | the attribute name. |
---|
null
if not set.
Removes attribute with the given name from the context.
id | the attribute name. |
---|
null
if not set.
Sets value of the attribute with the given name.
id | the attribute name. |
---|---|
obj | the attribute value. |