Class SendResult

java.lang.Object
jakarta.websocket.SendResult

public final class SendResult extends Object
  • Constructor Details

    • SendResult

      public SendResult(Throwable exception)
    • SendResult

      public SendResult()
  • Method Details

    • getException

      public Throwable getException()
    • isOK

      public boolean isOK()