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

Uses of ResponsesPromise in com.atlassian.httpclient.api
 

Methods in com.atlassian.httpclient.api that return ResponsesPromise
static ResponsesPromise ResponsePromises.toResponsePromise(com.google.common.util.concurrent.ListenableFuture<java.util.List<Response>> future)
           
static ResponsesPromise ResponsePromises.when(java.lang.Iterable<? extends ResponsePromise> promises)
          Returns a new promise representing the status of a list of other promises.
static ResponsesPromise ResponsePromises.when(ResponsePromise... promises)
          Returns a new promise representing the status of a list of other promises.
 



Copyright © 2012 Atlassian. All Rights Reserved.