Constructor and Description |
---|
ApacheHttpFuture(Future<org.apache.http.HttpResponse> future,
OAuthAsyncCompletionHandler<T> handler) |
public ApacheHttpFuture(Future<org.apache.http.HttpResponse> future, OAuthAsyncCompletionHandler<T> handler)
public boolean cancel(boolean mayInterruptIfRunning)
public boolean isCancelled()
isCancelled
in interface Future<T>
public T get() throws InterruptedException, ExecutionException
get
in interface Future<T>
InterruptedException
ExecutionException
public T get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get
in interface Future<T>
InterruptedException
ExecutionException
TimeoutException
Copyright © 2018. All rights reserved.