|
||||||||||
| 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.Builder.delete()
Executes this request through the HttpClient service as a DELETE operation. |
ResponsePromise |
Request.Builder.execute(Request.Method method)
Executes this request through the HttpClient service using the given HTTP method. |
ResponsePromise |
HttpClient.execute(Request request)
|
ResponsePromise |
Request.Builder.get()
Executes this request through the HttpClient service as a GET operation. |
ResponsePromise |
Request.Builder.head()
Executes this request through the HttpClient service as a HEAD operation. |
ResponsePromise |
Request.Builder.options()
Executes this request through the HttpClient service as a OPTIONS operation. |
ResponsePromise |
Request.Builder.post()
Executes this request through the HttpClient service as a POST operation. |
ResponsePromise |
Request.Builder.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.Builder.trace()
Executes this request through the HttpClient service as a TRACE operation. |
| Methods in com.atlassian.httpclient.api with parameters of type ResponsePromise | |
|---|---|
com.atlassian.util.concurrent.Promise<T> |
DefaultResponseTransformation.apply(ResponsePromise responsePromise)
|
com.atlassian.util.concurrent.Promise<T> |
ResponseTransformation.apply(ResponsePromise responsePromise)
Converts the transformation into a promise for further mapping |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||