|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.n52.oxf.util.web.HttpClientDecorator
org.n52.oxf.util.web.ProxyAwareHttpClient
public class ProxyAwareHttpClient
Constructor Summary | |
---|---|
ProxyAwareHttpClient(HttpClient httpclient)
Decorates the given HttpClient to be proxy aware. |
Method Summary |
---|
Methods inherited from class org.n52.oxf.util.web.HttpClientDecorator |
---|
executeGet, executeGet, executeMethod, executePost, executePost, executePost, getConnectionManager, getHttpClientToDecorate |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProxyAwareHttpClient(HttpClient httpclient)
HttpClient
to be proxy aware. This decorated instance will use the standard
JRE proxy selector to obtain proxy information.
httpclient
- the HttpClient
to decorate with proxy awareness.ProxySelectorRoutePlanner
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |