Class EncodeFailedFuture
java.lang.Object
org.eclipse.jetty.websocket.jsr356.encoders.EncodeFailedFuture
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionEncodeFailedFuture(Object data, javax.websocket.Encoder encoder, Class<?> encoderType, Throwable cause) -
Method Summary
-
Field Details
-
msg
-
cause
-
-
Constructor Details
-
EncodeFailedFuture
-
-
Method Details
-
cancel
-
get
- Specified by:
getin interfaceFuture<Void>- Throws:
InterruptedExceptionExecutionException
-
get
public Void get(long timeout, TimeUnit unit) throws InterruptedException, ExecutionException, TimeoutException - Specified by:
getin interfaceFuture<Void>- Throws:
InterruptedExceptionExecutionExceptionTimeoutException
-
isCancelled
public boolean isCancelled()- Specified by:
isCancelledin interfaceFuture<Void>
-
isDone
-