Class EncodeFailedFuture
java.lang.Object
org.eclipse.jetty.ee10.websocket.jakarta.common.encoders.EncodeFailedFuture
- 
Nested Class Summary
Nested classes/interfaces inherited from interface Future
Future.State - 
Constructor Summary
ConstructorsConstructorDescriptionEncodeFailedFuture(Object data, jakarta.websocket.Encoder encoder, Class<?> encoderType, Throwable cause)  - 
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Future
exceptionNow, resultNow, state 
- 
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
 
 -