public class VMDebugServer extends Object
VMDebugServer will open a websocket server for external clients to connect.
The websocket server is implemented with netty websocket library.| Constructor and Description |
|---|
VMDebugServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
pushMessageToClient(VMDebugSession debugSession,
MessageDTO status)
Push message to client.
|
void |
startServer()
Start the web socket server.
|
public void startServer()
public void pushMessageToClient(VMDebugSession debugSession, MessageDTO status)
debugSession - current debugging sessionstatus - debug point informationCopyright © 2019 WSO2. All rights reserved.