ice.net.proxy
Interface ProxyResolver

All Known Implementing Classes:
PacManager, ProxyManager

public interface ProxyResolver


Method Summary
 Proxy[] findProxy(String url)
          Deprecated. As of 1.5, replaced by findProxyForUrl(URL).
 ConnectionRoute findProxyForUrl(URL url)
          Finds a usable connection route for the specified url.
 

Method Detail

findProxy

public Proxy[] findProxy(String url)
                  throws Exception
Deprecated. As of 1.5, replaced by findProxyForUrl(URL).

Throws:
Exception

findProxyForUrl

public ConnectionRoute findProxyForUrl(URL url)
                                throws Exception

Finds a usable connection route for the specified url.

Parameters:
url - the full URL being accessed.
Returns:
a usable ConnectionRoute.
Throws:
Exception
Since:
1.5