|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResponsePromise | |
|---|---|
| com.atlassian.httpclient.api | |
| Uses of ResponsePromise in com.atlassian.httpclient.api |
|---|
| Methods in com.atlassian.httpclient.api that return ResponsePromise | |
|---|---|
ResponsePromise |
Request.delete()
Executes this request through the HttpClient service as a DELETE operation. |
ResponsePromise |
Request.get()
Executes this request through the HttpClient service as a GET operation. |
ResponsePromise |
Request.head()
Executes this request through the HttpClient service as a HEAD operation. |
ResponsePromise |
Request.options()
Executes this request through the HttpClient service as a OPTIONS operation. |
ResponsePromise |
Request.post()
Executes this request through the HttpClient service as a POST operation. |
ResponsePromise |
Request.put()
Executes this request through the HttpClient service as a PUT operation. |
static ResponsePromise |
ResponsePromises.toResponsePromise(com.atlassian.util.concurrent.Promise<Response> promise)
|
ResponsePromise |
Request.trace()
Executes this request through the HttpClient service as a TRACE operation. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||