java.lang.Object
org.eclipse.lemminx.customservice.synapse.mediator.tryout.debugger.DebugCommandClient

public class DebugCommandClient extends Object
  • Constructor Details

    • DebugCommandClient

      public DebugCommandClient()
  • Method Details

    • connect

      public void connect()
    • sendCommand

      public String sendCommand(String message)
    • sendCommandWithRetry

      public String sendCommandWithRetry(String message)
    • sendCommandWithRetry

      public String sendCommandWithRetry(String message, int maxRetries)
    • sendResumeCommand

      public void sendResumeCommand()
    • isConnected

      public boolean isConnected()
    • close

      public void close() throws IOException
      Throws:
      IOException