com.atlassian.httpclient.api
Interface ResponsesPromise

All Superinterfaces:
BaseResponsePromise<java.util.List<Response>>, java.util.concurrent.Future<java.util.List<Response>>, com.google.common.util.concurrent.ListenableFuture<java.util.List<Response>>, com.atlassian.util.concurrent.Promise<java.util.List<Response>>

public interface ResponsesPromise
extends BaseResponsePromise<java.util.List<Response>>

A specific type of BaseResponsePromise for handling a batch of response promises, as supplied via a when-based promise aggregation


Method Summary
 
Methods inherited from interface com.atlassian.httpclient.api.BaseResponsePromise
badRequest, clientError, conflict, created, done, error, fail, forbidden, informational, internalServerError, noContent, notFound, notModified, notSuccessful, ok, on, others, otherwise, redirection, seeOther, serverError, serviceUnavailable, successful, then, unauthorized
 
Methods inherited from interface com.atlassian.util.concurrent.Promise
claim, flatMap, map
 
Methods inherited from interface com.google.common.util.concurrent.ListenableFuture
addListener
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 



Copyright © 2012 Atlassian. All Rights Reserved.