| Modifier and Type | Class and Description |
|---|---|
class |
APIException
Class that represents a Reloadly Server error captured from a http response.
|
class |
RateLimitException
Represents a server error when a rate limit has been exceeded.
|
| Modifier and Type | Class and Description |
|---|---|
class |
OAuthException |
| Modifier and Type | Method and Description |
|---|---|
protected ReloadlyException |
CustomRequest.createResponseException(okhttp3.Response response) |
| Modifier and Type | Method and Description |
|---|---|
protected okhttp3.RequestBody |
CustomRequest.createBody() |
protected abstract okhttp3.Request |
BaseRequest.createRequest() |
protected okhttp3.Request |
CustomRequest.createRequest() |
T |
BaseRequest.execute()
Executes this request.
|
protected abstract T |
BaseRequest.parseResponse(okhttp3.Response response) |
protected T |
CustomRequest.parseResponse(okhttp3.Response response) |
| Modifier and Type | Method and Description |
|---|---|
T |
Request.execute()
Executes this request.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ServiceAPI.refreshAccessToken(Request<?> request)
Retrieve a new API access token to use on new calls.
|
Copyright © 2022. All rights reserved.