Package prompto.debug
Class HttpServletDebugRequestListener
- java.lang.Object
-
- prompto.debug.HttpServletDebugRequestListener
-
- All Implemented Interfaces:
prompto.debug.IDebugRequestListener
public class HttpServletDebugRequestListener extends Object implements prompto.debug.IDebugRequestListener
-
-
Constructor Summary
Constructors Constructor Description HttpServletDebugRequestListener(prompto.debug.IDebugger debugger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description prompto.debug.event.ConnectedDebugEventstartListening()voidstopListening()voidwire()
-
-
-
Method Detail
-
startListening
public prompto.debug.event.ConnectedDebugEvent startListening() throws Exception- Specified by:
startListeningin interfaceprompto.debug.IDebugRequestListener- Throws:
Exception
-
stopListening
public void stopListening()
- Specified by:
stopListeningin interfaceprompto.debug.IDebugRequestListener
-
wire
public void wire()
-
-