org.jasig.portal.services
Class HttpClientManager

java.lang.Object
  extended by org.jasig.portal.services.HttpClientManager

public class HttpClientManager
extends Object

Centralized access to the HttpClient connection manager

Since:
uPortal 2.5
Version:
$Revision: 21113 $
Author:
George Lindholm

Constructor Summary
HttpClientManager()
           
 
Method Summary
static int getActiveConnections()
           
static int getMaxConnections()
           
static org.apache.commons.httpclient.HttpClient getNewHTTPClient()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpClientManager

public HttpClientManager()
Method Detail

getNewHTTPClient

public static org.apache.commons.httpclient.HttpClient getNewHTTPClient()

getActiveConnections

public static int getActiveConnections()

getMaxConnections

public static int getMaxConnections()


Copyright © 2010 Jasig. All Rights Reserved.