Uses of Class
com.scilor.grooveshark.API.Base.GroovesharkClient

Packages that use GroovesharkClient
com.scilor.grooveshark.API.Base   
com.scilor.grooveshark.API.Functions   
 

Uses of GroovesharkClient in com.scilor.grooveshark.API.Base
 

Methods in com.scilor.grooveshark.API.Base with parameters of type GroovesharkClient
 void GrooveCheck.Create(GroovesharkClient client)
           
static void GroovesharkRequestBuilder.SetBaseHeaders(java.net.URLConnection connection, GroovesharkClient client)
           
 

Constructors in com.scilor.grooveshark.API.Base with parameters of type GroovesharkClient
GroovesharkAudioStream(java.net.URLConnection MusicResponse, GroovesharkClient grooveClient, java.lang.String ip, java.lang.String streamKey, int id)
           
GroovesharkRequestBuilder(GroovesharkClient myGroovesharkClient, java.lang.reflect.Type type)
           
 

Uses of GroovesharkClient in com.scilor.grooveshark.API.Functions
 

Constructors in com.scilor.grooveshark.API.Functions with parameters of type GroovesharkClient
AlbumGetSongs.AlbumGetSongsRequest(GroovesharkClient client)
           
ArtistGetSongs.ArtistGetSongsRequest(GroovesharkClient client)
           
AuthenticateUserEx.AuthenticateUserExRequest(GroovesharkClient client)
           
CommunicationToken.GetCommunicationTokenRequest(GroovesharkClient client)
           
GetArtistAutocomplete.GetArtistAutocompleteRequest(GroovesharkClient client)
           
GetCountry.GetCountryRequest(GroovesharkClient client)
           
GetMusicStream.GetMusicStreamRequest(GroovesharkClient client)
           
GetPageInfoByIDType.GetPageInfoByIDRequest(GroovesharkClient client)
           
GetStreamKeyFromSongIDEx.GetStreamKeyFromSongIDExRequest(GroovesharkClient client)
           
GetStreamKeysFromSongIDs.GetStreamKeysFromSongIDsRequest(GroovesharkClient client)
           
GetTopLevelTags.GetTopLevelTagsRequest(GroovesharkClient client)
           
initiateSession.InitiateSessionRequest(GroovesharkClient client)
           
LogoutUser.LogoutUserRequest(GroovesharkClient client)
           
MarkSongDownloadedEx.MarkSongDownloadedExRequest(GroovesharkClient client)
           
PlaylistGetSongs.PlaylistGetSongsRequest(GroovesharkClient client)
           
PopularSongs.popularGetSongsResultsRequest(GroovesharkClient client)
           
SearchArtist.getSearchArtistResultsRequest(GroovesharkClient client)
           
SearchArtistFix.getSearchArtistResultsRequest(GroovesharkClient client)
           
UserGetPlaylists.UserGetPlaylistsRequest(GroovesharkClient client)