| Package | Description |
|---|---|
| net.dontdrinkandroot.lastfm.api.ws | |
| net.dontdrinkandroot.lastfm.api.ws.fetcher |
| Modifier and Type | Method and Description |
|---|---|
Fetcher |
LastfmWebServices.getFetcher()
Get the current fetcher.
|
Fetcher |
AbstractLastfmWebServices.getFetcher() |
| Modifier and Type | Method and Description |
|---|---|
void |
LastfmWebServices.setFetcher(Fetcher diskBufferedFetcher)
Sets the current fetcher.
|
void |
AbstractLastfmWebServices.setFetcher(Fetcher fetcher) |
| Constructor and Description |
|---|
AbstractLastfmWebServices(String key,
String secret,
Fetcher fetcher) |
DefaultLastfmWebServices(String key,
String secret,
Cache cache,
Fetcher fetcher) |
| Modifier and Type | Class and Description |
|---|---|
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.