Class WebSocketDesktopInit

  • All Implemented Interfaces:
    org.zkoss.zk.ui.util.DesktopInit

    public class WebSocketDesktopInit
    extends java.lang.Object
    implements org.zkoss.zk.ui.util.DesktopInit
    A DesktopInit implementation for WebSocket connections.
    Since:
    8.5.0
    Author:
    wenninghsu
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(org.zkoss.zk.ui.Desktop desktop, java.lang.Object request)  
      • Methods inherited from class java.lang.Object

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

      • WebSocketDesktopInit

        public WebSocketDesktopInit()
    • Method Detail

      • init

        public void init​(org.zkoss.zk.ui.Desktop desktop,
                         java.lang.Object request)
                  throws java.lang.Exception
        Specified by:
        init in interface org.zkoss.zk.ui.util.DesktopInit
        Throws:
        java.lang.Exception