com.atlassian.httpclient.api
Interface ResponsePromise

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

public interface ResponsePromise
extends BaseResponsePromise<Response>

A specific type of BaseResponsePromise for handling a response promise for a single HTTP request


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.