|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AccessDeniedException | |
|---|---|
| com.stackmob.sdkapi.http | |
| com.stackmob.sdkapi.http.exceptions | |
| Uses of AccessDeniedException in com.stackmob.sdkapi.http |
|---|
| Methods in com.stackmob.sdkapi.http that throw AccessDeniedException | |
|---|---|
abstract HttpResponse |
HttpService.delete(DeleteRequest req)
execute a DELETE request |
abstract Future<HttpResponse> |
HttpService.deleteAsync(DeleteRequest req)
execute a DELETE request in the background |
abstract HttpResponse |
HttpService.get(GetRequest req)
execute a GET request |
abstract Future<HttpResponse> |
HttpService.getAsync(GetRequest req)
execute a GET request in the background |
abstract HttpResponse |
HttpService.post(PostRequest req)
execute a POST request |
abstract Future<HttpResponse> |
HttpService.postAsync(PostRequest req)
execute a POST request in the background |
abstract HttpResponse |
HttpService.put(PutRequest req)
execute a PUT request |
abstract Future<HttpResponse> |
HttpService.putAsync(PutRequest req)
execute a PUT request in the background |
| Uses of AccessDeniedException in com.stackmob.sdkapi.http.exceptions |
|---|
| Subclasses of AccessDeniedException in com.stackmob.sdkapi.http.exceptions | |
|---|---|
class |
RateLimitedException
|
class |
WhitelistException
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||