@Contract(threading=SAFE_CONDITIONAL) public class BasicHttpContext extends Object implements HttpContext
HttpContext
.
Please note instances of this class can be thread unsafe if the parent context is not thread safe.
RESERVED_PREFIX
Constructor and Description |
---|
BasicHttpContext() |
BasicHttpContext(HttpContext parentContext) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
Object |
getAttribute(String id)
Obtains attribute with the given name.
|
Object |
removeAttribute(String id)
Removes attribute with the given name from the context.
|
void |
setAttribute(String id,
Object obj)
Sets value of the attribute with the given name.
|
String |
toString() |
public BasicHttpContext()
public BasicHttpContext(HttpContext parentContext)
public Object getAttribute(String id)
HttpContext
getAttribute
in interface HttpContext
id
- the attribute name.null
if not set.public void setAttribute(String id, Object obj)
HttpContext
setAttribute
in interface HttpContext
id
- the attribute name.obj
- the attribute value.public Object removeAttribute(String id)
HttpContext
removeAttribute
in interface HttpContext
id
- the attribute name.null
if not set.public void clear()
Copyright © 2005–2022 The Apache Software Foundation. All rights reserved.