public class HttpContextDecorator extends Object implements org.apache.http.protocol.HttpContext
ExecutionContext
ClientContext
Modifier and Type | Field and Description |
---|---|
protected org.apache.http.protocol.HttpContext |
delegate |
Constructor and Description |
---|
HttpContextDecorator() |
HttpContextDecorator(org.apache.http.protocol.HttpContext delegate) |
Modifier and Type | Method and 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.HttpContext
public Object removeAttribute(String name)
removeAttribute
in interface org.apache.http.protocol.HttpContext
Copyright © 2010–2019. All rights reserved.