Uses of Interface
net.dontdrinkandroot.lastfm.api.ws.fetcher.Fetcher

Packages that use Fetcher
net.dontdrinkandroot.lastfm.api.ws   
net.dontdrinkandroot.lastfm.api.ws.fetcher   
 

Uses of Fetcher in net.dontdrinkandroot.lastfm.api.ws
 

Methods in net.dontdrinkandroot.lastfm.api.ws that return Fetcher
 Fetcher AbstractLastfmWebServices.getFetcher()
           
 Fetcher LastfmWebServices.getFetcher()
          Get the current fetcher.
 

Methods in net.dontdrinkandroot.lastfm.api.ws with parameters of type Fetcher
 void AbstractLastfmWebServices.setFetcher(Fetcher fetcher)
           
 void LastfmWebServices.setFetcher(Fetcher diskBufferedFetcher)
          Sets the current fetcher.
 

Constructors in net.dontdrinkandroot.lastfm.api.ws with parameters of type Fetcher
AbstractLastfmWebServices(java.lang.String key, java.lang.String secret, Fetcher fetcher)
           
DefaultLastfmWebServices(java.lang.String key, java.lang.String secret, Cache cache, Fetcher fetcher)
           
 

Uses of Fetcher in net.dontdrinkandroot.lastfm.api.ws.fetcher
 

Classes in net.dontdrinkandroot.lastfm.api.ws.fetcher that implement Fetcher
 class AbstractFetcher
           
 class DefaultFetcher
          This class is responsible for actually fetching the data from last.fm and converting it to a dom Document.
 



Copyright © 2012. All Rights Reserved.