Uses of Interface
com.atlassian.httpclient.base.concurrent.SettableFutureHandler

Packages that use SettableFutureHandler
com.atlassian.httpclient.apache.httpcomponents   
com.atlassian.httpclient.base.concurrent   
 

Uses of SettableFutureHandler in com.atlassian.httpclient.apache.httpcomponents
 

Methods in com.atlassian.httpclient.apache.httpcomponents that return SettableFutureHandler
 SettableFutureHandler<Response> DefaultRequest.getSettableFutureHandler()
           
 

Methods in com.atlassian.httpclient.apache.httpcomponents with parameters of type SettableFutureHandler
 void DefaultRequest.setSettableFutureHandler(SettableFutureHandler<Response> futureHandler)
           
 

Uses of SettableFutureHandler in com.atlassian.httpclient.base.concurrent
 

Classes in com.atlassian.httpclient.base.concurrent that implement SettableFutureHandler
 class DefaultSettableFutureHandler<V>
          Simple handler that just creates and wraps a normal future
 



Copyright © 2012 Atlassian. All Rights Reserved.