Class AbstractWebSocketConnection.CallbackBridge

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private org.eclipse.jetty.util.Callback callback  
    • Constructor Summary

      Constructors 
      Constructor Description
      CallbackBridge​(org.eclipse.jetty.util.Callback callback)  
    • 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
    • Field Detail

      • callback

        private final org.eclipse.jetty.util.Callback callback
    • Constructor Detail

      • CallbackBridge

        public CallbackBridge​(org.eclipse.jetty.util.Callback callback)