Class ConfigurationUriHandler

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

public class ConfigurationUriHandler extends AbstractUriHandler
Allow a node to pull the configuration. The symmetricVersion parameter is the version number of the software, which is used to filter configuration that is sent. The configVersion parameter is the current version number of the configuration that will be upgraded.
  • 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