org.n52.oxf.util.web
Class ProxyAwareHttpClient

java.lang.Object
  extended by org.n52.oxf.util.web.HttpClientDecorator
      extended by org.n52.oxf.util.web.ProxyAwareHttpClient
All Implemented Interfaces:
HttpClient

public class ProxyAwareHttpClient
extends HttpClientDecorator


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

ProxyAwareHttpClient

public ProxyAwareHttpClient(HttpClient httpclient)
Decorates the given HttpClient to be proxy aware. This decorated instance will use the standard JRE proxy selector to obtain proxy information.

Parameters:
httpclient - the HttpClient to decorate with proxy awareness.
See Also:
ProxySelectorRoutePlanner


Copyright © 2012-2013 52north.org. All Rights Reserved.