Uses of Interface
org.n52.oxf.util.web.HttpClient

Packages that use HttpClient
org.n52.oxf.util.web   
 

Uses of HttpClient in org.n52.oxf.util.web
 

Classes in org.n52.oxf.util.web that implement HttpClient
 class BasicAuthenticationHttpClient
           
 class GzipEnabledHttpClient
           
 class HttpClientDecorator
           
 class PoolingConnectionManagerHttpClient
           
 class PreemptiveBasicAuthenticationHttpClient
           
 class ProxyAwareHttpClient
           
 class SimpleHttpClient
           
 

Constructors in org.n52.oxf.util.web with parameters of type HttpClient
BasicAuthenticationHttpClient(HttpClient toDecorate)
           
GzipEnabledHttpClient(HttpClient httpclient)
           
HttpClientDecorator(HttpClient toDecorate)
           
PreemptiveBasicAuthenticationHttpClient(HttpClient toDecorate)
           
ProxyAwareHttpClient(HttpClient httpclient)
          Decorates the given HttpClient to be proxy aware.
 



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