| Constructor and Description |
|---|
EncodeFailedFuture(Object data,
Encoder encoder,
Class<?> encoderType,
Throwable cause) |
public boolean cancel(boolean mayInterruptIfRunning)
public Void get() throws InterruptedException, ExecutionException
get in interface Future<Void>InterruptedExceptionExecutionExceptionpublic Void get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException
get in interface Future<Void>InterruptedExceptionExecutionExceptionTimeoutExceptionpublic boolean isCancelled()
isCancelled in interface Future<Void>Copyright © 1995-2015 Webtide. All Rights Reserved.