org.openid4java.util
Class HttpClientFactory
java.lang.Object
org.openid4java.util.HttpClientFactory
public class HttpClientFactory
- extends java.lang.Object
This class handles all HTTPClient connections for the
org.openid4java packages.
- Author:
- Kevin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
proxyProperties
private static ProxyProperties proxyProperties
- proxy properties for HTTPClient calls
HttpClientFactory
public HttpClientFactory()
getProxyProperties
public static ProxyProperties getProxyProperties()
setProxyProperties
public static void setProxyProperties(ProxyProperties properties)
getInstance
public static org.apache.commons.httpclient.HttpClient getInstance(int maxRedirects,
java.lang.Boolean allowCircularRedirects,
int connTimeout,
int socketTimeout,
java.lang.String cookiePolicy)
Copyright 2006-2007 Sxip Identity Corporation