Class SendHandlerWriteCallback

  • All Implemented Interfaces:
    WriteCallback

    public class SendHandlerWriteCallback
    extends java.lang.Object
    implements WriteCallback
    • Constructor Summary

      Constructors 
      Constructor Description
      SendHandlerWriteCallback​(javax.websocket.SendHandler sendHandler)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void writeFailed​(java.lang.Throwable x)
      Callback invoked when the write fails.
      void writeSuccess()
      Callback invoked when the write completes.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SendHandlerWriteCallback

        public SendHandlerWriteCallback​(javax.websocket.SendHandler sendHandler)