Package jakarta.websocket
Class SendResult
- java.lang.Object
-
- jakarta.websocket.SendResult
-
public final class SendResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SendResult()
SendResult(java.lang.Throwable exception)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Throwable
getException()
boolean
isOK()
-