Class PingUriHandler

java.lang.Object
org.jumpmind.symmetric.web.AbstractUriHandler
org.jumpmind.symmetric.web.PingUriHandler
All Implemented Interfaces:
IUriHandler

public class PingUriHandler extends AbstractUriHandler
Simple handler that returns a 200 to indicate that SymmetricDS is deployed and running.
  • Constructor Details

  • Method Details

    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException
    • bandwidthTest

      public void bandwidthTest(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException