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

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.
 



Copyright © 2012-2013 Atlassian. All Rights Reserved.