Uses of Interface
com.atlassian.httpclient.api.ResponsePromise

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.google.common.util.concurrent.ListenableFuture<Response> future)
           
 ResponsePromise Request.trace()
          Executes this request through the HttpClient service as a TRACE operation.
 

Methods in com.atlassian.httpclient.api with parameters of type ResponsePromise
static ResponsesPromise ResponsePromises.when(ResponsePromise... promises)
          Returns a new promise representing the status of a list of other promises.
 

Method parameters in com.atlassian.httpclient.api with type arguments of type ResponsePromise
static ResponsesPromise ResponsePromises.when(java.lang.Iterable<? extends ResponsePromise> promises)
          Returns a new promise representing the status of a list of other promises.
 



Copyright © 2012 Atlassian. All Rights Reserved.