| Methods in com.stackmob.sdk.net that throw StackMobException |
static String |
HttpHelper.doDelete(URI uri,
String sessionKey,
String sessionSecret,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doDelete(URI uri,
String sessionKey,
String sessionSecret,
String appName,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doGet(URI uri,
String sessionKey,
String sessionSecret,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doGet(URI uri,
String sessionKey,
String sessionSecret,
String appName,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doPost(URI uri,
org.apache.http.HttpEntity entity,
String sessionKey,
String sessionSecret,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doPost(URI uri,
org.apache.http.HttpEntity entity,
String sessionKey,
String sessionSecret,
String appName,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doPut(URI uri,
org.apache.http.HttpEntity entity,
String sessionKey,
String sessionSecret,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|
static String |
HttpHelper.doPut(URI uri,
org.apache.http.HttpEntity entity,
String sessionKey,
String sessionSecret,
String appName,
Integer apiVersionNum,
StackMobRedirectedCallback cb)
|