|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.scilor.grooveshark.API.Base.GroovesharkRequestBuilder<TParameter,TResponse>
public abstract class GroovesharkRequestBuilder<TParameter,TResponse extends IJsonResponse>
Nested Class Summary | |
---|---|
class |
GroovesharkRequestBuilder.GroovesharkRequest
|
Field Summary | |
---|---|
java.net.URLConnection |
myWebRequest
|
TParameter |
Parameter
|
java.lang.reflect.Type |
type
|
Constructor Summary | |
---|---|
GroovesharkRequestBuilder(GroovesharkClient myGroovesharkClient,
java.lang.reflect.Type type)
|
Method Summary | |
---|---|
TResponse |
MakeRequest()
|
static void |
SetBaseHeaders(java.net.URLConnection connection,
GroovesharkClient client)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.net.URLConnection myWebRequest
public TParameter Parameter
public java.lang.reflect.Type type
Constructor Detail |
---|
public GroovesharkRequestBuilder(GroovesharkClient myGroovesharkClient, java.lang.reflect.Type type)
Method Detail |
---|
public TResponse MakeRequest() throws java.lang.Exception
java.lang.Exception
public static void SetBaseHeaders(java.net.URLConnection connection, GroovesharkClient client)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |