Class SendHandlerWriteCallback

  • All Implemented Interfaces:
    org.eclipse.jetty.websocket.api.WriteCallback

    public class SendHandlerWriteCallback
    extends java.lang.Object
    implements org.eclipse.jetty.websocket.api.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)  
      void writeSuccess()  
      • 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)
    • Method Detail

      • writeFailed

        public void writeFailed​(java.lang.Throwable x)
        Specified by:
        writeFailed in interface org.eclipse.jetty.websocket.api.WriteCallback
      • writeSuccess

        public void writeSuccess()
        Specified by:
        writeSuccess in interface org.eclipse.jetty.websocket.api.WriteCallback