Class DebugCommandClient
java.lang.Object
org.eclipse.lemminx.customservice.synapse.mediator.tryout.debugger.DebugCommandClient
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidconnect()booleansendCommand(String message) sendCommandWithRetry(String message) sendCommandWithRetry(String message, int maxRetries) void
-
Constructor Details
-
DebugCommandClient
public DebugCommandClient()
-
-
Method Details
-
connect
public void connect() -
sendCommand
-
sendCommandWithRetry
-
sendCommandWithRetry
-
sendResumeCommand
public void sendResumeCommand() -
isConnected
public boolean isConnected() -
close
- Throws:
IOException
-