org.openid4java.util
Class HttpClientFactory

java.lang.Object
  extended by org.openid4java.util.HttpClientFactory

public class HttpClientFactory
extends java.lang.Object

This class handles all HTTPClient connections for the org.openid4java packages.

Author:
Kevin

Field Summary
private static ProxyProperties proxyProperties
          proxy properties for HTTPClient calls
 
Constructor Summary
HttpClientFactory()
           
 
Method Summary
static org.apache.commons.httpclient.HttpClient getInstance(int maxRedirects, java.lang.Boolean allowCircularRedirects, int connTimeout, int socketTimeout, java.lang.String cookiePolicy)
           
static ProxyProperties getProxyProperties()
           
static void setProxyProperties(ProxyProperties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

proxyProperties

private static ProxyProperties proxyProperties
proxy properties for HTTPClient calls

Constructor Detail

HttpClientFactory

public HttpClientFactory()
Method Detail

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