| Package | Description |
|---|---|
| com.atlassian.httpclient.api |
| Modifier and Type | Method and Description |
|---|---|
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(io.atlassian.util.concurrent.Promise<Response> promise) |
ResponsePromise |
Request.Builder.trace()
Executes this request through the
HttpClient service as a TRACE operation. |
| Modifier and Type | Method and Description |
|---|---|
io.atlassian.util.concurrent.Promise<T> |
DefaultResponseTransformation.apply(ResponsePromise responsePromise) |
io.atlassian.util.concurrent.Promise<T> |
ResponseTransformation.apply(ResponsePromise responsePromise)
Converts the transformation into a promise for further mapping
|
Copyright © 2012–2024 Atlassian. All rights reserved.