Package prompto.debug
Class WebSocketDebugEventAdapter
- java.lang.Object
-
- prompto.debug.DebugEventAdapterBase
-
- prompto.debug.WebSocketDebugEventAdapter
-
- All Implemented Interfaces:
prompto.debug.IDebugEventAdapter,prompto.debug.IDebugEventListener
public class WebSocketDebugEventAdapter extends prompto.debug.DebugEventAdapterBase
-
-
Constructor Summary
Constructors Constructor Description WebSocketDebugEventAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jetty.websocket.api.SessiongetSession()voidonConnectedEvent(prompto.debug.event.ConnectedDebugEvent event)protected prompto.debug.ack.IAcknowledgementsend(prompto.debug.event.IDebugEvent event)voidsetSession(org.eclipse.jetty.websocket.api.Session session)voidwaitSession()voidwire()
-
-
-
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:
onConnectedEventin interfaceprompto.debug.IDebugEventListener- Overrides:
onConnectedEventin classprompto.debug.DebugEventAdapterBase
-
send
protected prompto.debug.ack.IAcknowledgement send(prompto.debug.event.IDebugEvent event)
- Specified by:
sendin classprompto.debug.DebugEventAdapterBase
-
wire
public void wire()
-
-