org.n52.security.util
Class ProxyManager

java.lang.Object
  extended byorg.n52.security.util.ProxyManager

public class ProxyManager
extends java.lang.Object


Constructor Summary
ProxyManager()
           
 
Method Summary
 org.apache.commons.httpclient.Credentials getProxyCredentials(java.net.URL pURL)
           
 org.apache.commons.httpclient.ProxyHost getProxyHost(java.net.URL pUrl)
          analyzes the given URL to find a proxy host to use or returns null if the host of the url is a nonProxyHost.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyManager

public ProxyManager()
Method Detail

getProxyHost

public org.apache.commons.httpclient.ProxyHost getProxyHost(java.net.URL pUrl)
analyzes the given URL to find a proxy host to use or returns null if the host of the url is a nonProxyHost.

Parameters:
pUrl - to analyze
Returns:
applicable proxy host or null

getProxyCredentials

public org.apache.commons.httpclient.Credentials getProxyCredentials(java.net.URL pURL)


Copyright © 2004-2007 52 North. All Rights Reserved.