Uses of Class
net.sourceforge.atunes.kernel.modules.proxy.Proxy

Packages that use Proxy
net.sourceforge.atunes.kernel.modules.amazon   
net.sourceforge.atunes.kernel.modules.contextInformation.lastfm   
net.sourceforge.atunes.kernel.utils   
 

Uses of Proxy in net.sourceforge.atunes.kernel.modules.amazon
 

Constructors in net.sourceforge.atunes.kernel.modules.amazon with parameters of type Proxy
AmazonService(Proxy proxy)
          Instantiates a new amazon service.
 

Uses of Proxy in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm
 

Constructors in net.sourceforge.atunes.kernel.modules.contextInformation.lastfm with parameters of type Proxy
LastFmService(Proxy proxy, java.lang.String user, java.lang.String password)
          Instantiates a new Last.fm service
 

Uses of Proxy in net.sourceforge.atunes.kernel.utils
 

Methods in net.sourceforge.atunes.kernel.utils that return Proxy
static Proxy NetworkUtils.getProxy(ProxyBean proxy)
          Returns a net.sourceforge.atunes.kernel.modules.proxy.Proxy for a given ProxyBean
 

Methods in net.sourceforge.atunes.kernel.utils with parameters of type Proxy
static java.net.HttpURLConnection NetworkUtils.getConnection(java.lang.String urlString, Proxy proxy)
          Returns a HttpURLConnection specified by a given URL and Proxy.
 



Copyright © 2006-2008 The aTunes Team. All Rights Reserved.