Package prompto.debug

Class WebSocketDebugEventAdapter

  • All Implemented Interfaces:
    prompto.debug.IDebugEventAdapter, prompto.debug.IDebugEventListener

    public class WebSocketDebugEventAdapter
    extends prompto.debug.DebugEventAdapterBase
    • Constructor Detail

      • WebSocketDebugEventAdapter

        public WebSocketDebugEventAdapter()
    • Method Detail

      • getSession

        public org.eclipse.jetty.websocket.api.Session getSession()
      • setSession

        public void setSession​(org.eclipse.jetty.websocket.api.Session session)
      • waitSession

        public void waitSession()
      • onConnectedEvent

        public void onConnectedEvent​(prompto.debug.event.ConnectedDebugEvent event)
        Specified by:
        onConnectedEvent in interface prompto.debug.IDebugEventListener
        Overrides:
        onConnectedEvent in class prompto.debug.DebugEventAdapterBase
      • send

        protected prompto.debug.ack.IAcknowledgement send​(prompto.debug.event.IDebugEvent event)
        Specified by:
        send in class prompto.debug.DebugEventAdapterBase
      • wire

        public void wire()