net.krecan.m2_proxy.repository.httpclient.spring
Class HttpClientAccessor
java.lang.Object
net.krecan.m2_proxy.repository.httpclient.spring.HttpClientAccessor
public class HttpClientAccessor
- extends Object
Accessor for simplifing setting of HttpClient
- Author:
- krel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpClientAccessor
public HttpClientAccessor()
getHttpClient
public org.apache.commons.httpclient.HttpClient getHttpClient()
setHttpClient
public void setHttpClient(org.apache.commons.httpclient.HttpClient httpClient)
setProxyHost
public void setProxyHost(org.apache.commons.httpclient.ProxyHost proxyHost)
setProxyCredentials
public void setProxyCredentials(ProxyCredentials proxyCredentials)
- Sets proxy credentials
- Parameters:
proxyCredentials
-
setParameters
public void setParameters(Map parameters)
- Sets parameters
- Parameters:
parameters
-
Copyright © 2006 null. All Rights Reserved.