Uses of Class
net.dontdrinkandroot.lastfm.api.ws.LastfmResponse

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

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

Methods in net.dontdrinkandroot.lastfm.api.ws that return LastfmResponse
 LastfmResponse Fetcher.get(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 LastfmResponse Fetcher.post(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 

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

Methods in net.dontdrinkandroot.lastfm.api.ws.fetcher that return LastfmResponse
protected  LastfmResponse DefaultFetcher.fetchResponse(java.net.HttpURLConnection conn)
           
 LastfmResponse Fetcher.get(java.util.Map<java.lang.String,java.lang.String> parameters)
          Perform a get request to the Last.fm API.
 LastfmResponse DefaultFetcher.get(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 LastfmResponse Fetcher.post(java.util.Map<java.lang.String,java.lang.String> parameters)
          Perform a post request to the Last.fm API.
 LastfmResponse DefaultFetcher.post(java.util.Map<java.lang.String,java.lang.String> parameters)
           
 



Copyright © 2012. All Rights Reserved.