|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Response | |
|---|---|
| com.atlassian.sal.api.net | |
| Uses of Response in com.atlassian.sal.api.net |
|---|
| Classes in com.atlassian.sal.api.net with type parameters of type Response | |
|---|---|
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. |
| Methods in com.atlassian.sal.api.net that return Response | |
|---|---|
Response |
ResponseStatusException.getResponse()
Returns the actual response, allowing further inspection of the status code and error message. |
| Constructors in com.atlassian.sal.api.net with parameters of type Response | |
|---|---|
ResponseStatusException(String message,
Response response)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||