| Package | Description |
|---|---|
| com.atlassian.sal.api.net |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Request<T extends Request<?,?>,RESP extends Response>
Interface Request represents a request to retrieve data.
|
interface |
ResponseHandler<T extends Response>
Callback interface used by
Request.execute(ResponseHandler) method. |
interface |
ReturningResponseHandler<T extends Response,R>
Callback interface used by the
Request.executeAndReturn(ReturningResponseHandler)
method. |
| Modifier and Type | Method and Description |
|---|---|
Response |
ResponseStatusException.getResponse()
Returns the actual response, allowing further inspection of the status code
and error message.
|
| Constructor and Description |
|---|
ResponseStatusException(String message,
Response response) |
Copyright © 2018 Atlassian. All rights reserved.