org.n52.oxf.util.web
Class PreemptiveBasicAuthenticationHttpClient

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

public class PreemptiveBasicAuthenticationHttpClient
extends BasicAuthenticationHttpClient


Field Summary
 
Fields inherited from class org.n52.oxf.util.web.BasicAuthenticationHttpClient
credentials
 
Constructor Summary
PreemptiveBasicAuthenticationHttpClient(HttpClient toDecorate)
           
 
Method Summary
protected  org.apache.http.HttpRequestInterceptor getAuthenticationIntercepter()
           
 
Methods inherited from class org.n52.oxf.util.web.BasicAuthenticationHttpClient
provideAuthentication
 
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

PreemptiveBasicAuthenticationHttpClient

public PreemptiveBasicAuthenticationHttpClient(HttpClient toDecorate)
Method Detail

getAuthenticationIntercepter

protected org.apache.http.HttpRequestInterceptor getAuthenticationIntercepter()
Overrides:
getAuthenticationIntercepter in class BasicAuthenticationHttpClient


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