org.apache.http.protocol.HttpContextpublic class HttpContextDecorator extends Object implements org.apache.http.protocol.HttpContext
ExecutionContextClientContext| Modifier and Type | Field | Description |
|---|---|---|
protected org.apache.http.protocol.HttpContext |
delegate |
| Constructor | Description |
|---|---|
HttpContextDecorator() |
|
HttpContextDecorator(org.apache.http.protocol.HttpContext delegate) |
| Modifier and Type | Method | Description |
|---|---|---|
Object |
getAt(String name) |
Groovy support for the index [] operator
|
Object |
getAttribute(String name) |
|
Object |
removeAttribute(String name) |
|
void |
setAt(String name,
Object val) |
Groovy support for the index [] operator
|
void |
setAttribute(String name,
Object val) |
public HttpContextDecorator()
public HttpContextDecorator(org.apache.http.protocol.HttpContext delegate)
public Object getAt(String name)
name - public void setAt(String name, Object val)
name - val - public Object getAttribute(String name)
getAttribute in interface org.apache.http.protocol.HttpContextpublic Object removeAttribute(String name)
removeAttribute in interface org.apache.http.protocol.HttpContextCopyright © 2008–2019. All rights reserved.