org.apache.http.client.fluent
Class Async
java.lang.Object
org.apache.http.client.fluent.Async
public class Async
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newInstance
public static Async newInstance()
use
public Async use(Executor executor)
use
public Async use(Executor concurrentExec)
execute
public <T> Future<T> execute(Request request,
ResponseHandler<T> handler,
FutureCallback<T> callback)
execute
public <T> Future<T> execute(Request request,
ResponseHandler<T> handler)
execute
public Future<Content> execute(Request request,
FutureCallback<Content> callback)
execute
public Future<Content> execute(Request request)
Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.