|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponseException | |
|---|---|
| com.atlassian.sal.api.net | |
| Uses of ResponseException in com.atlassian.sal.api.net |
|---|
| Methods in com.atlassian.sal.api.net that throw ResponseException | |
|---|---|
java.lang.String |
Request.execute()
Executes a request and if response is successful, returns response as a string. |
void |
Request.execute(ResponseHandler responseHandler)
Executes the request. |
java.io.InputStream |
Response.getResponseBodyAsStream()
|
java.lang.String |
Response.getResponseBodyAsString()
|
void |
ResponseHandler.handle(Response response)
Triggered when response from Request.execute(ResponseHandler) method becomes available. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||