Uses of Class
ice.net.ConnectionRoute

Packages that use ConnectionRoute
ice.net   
ice.net.pac   
ice.net.proxy   
ice.net.socks   
 

Uses of ConnectionRoute in ice.net
 

Subclasses of ConnectionRoute in ice.net
 class Direct
          This is the implementation of an ConnectionRoute that has a "direct" connection route to the host of the requested URL.
 class Indirect
          This is the base implementation of an ConnectionRoute that has an indirect connection route to get to the host of the requested URL.
 

Uses of ConnectionRoute in ice.net.pac
 

Methods in ice.net.pac that return ConnectionRoute
 ConnectionRoute PacManager.findProxyForUrl(URL url)
          Finds the first usable connection route according to the PAC specification for the specified url.
 

Uses of ConnectionRoute in ice.net.proxy
 

Subclasses of ConnectionRoute in ice.net.proxy
 class Proxy
          This is the implementation of an ConnectionRoute using a proxy.
 

Methods in ice.net.proxy that return ConnectionRoute
 ConnectionRoute ProxyResolver.findProxyForUrl(URL url)
          Finds a usable connection route for the specified url.
 ConnectionRoute ProxyManager.findProxyForUrl(URL url)
           
 

Uses of ConnectionRoute in ice.net.socks
 

Subclasses of ConnectionRoute in ice.net.socks
 class Socks
          This is the implementation of an ConnectionRoute using the SOCKS Protocol Version 5 protocol.