|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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,
net.dontdrinkandroot.cache.CustomTtlCache<java.io.Serializable,java.io.Serializable> 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||