| Package | Description |
|---|---|
| com.atlassian.httpclient.api |
| Modifier and Type | Method and Description |
|---|---|
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. |
Copyright © 2012-2013 Atlassian. All Rights Reserved.