Class AbstractCompressionUriHandler

java.lang.Object
org.jumpmind.symmetric.web.AbstractUriHandler
org.jumpmind.symmetric.web.AbstractCompressionUriHandler
All Implemented Interfaces:
IUriHandler
Direct Known Subclasses:
PullUriHandler

public abstract class AbstractCompressionUriHandler extends AbstractUriHandler
  • Constructor Details

  • Method Details

    • handle

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

      protected abstract void handleWithCompression(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException, jakarta.servlet.ServletException
      Throws:
      IOException
      jakarta.servlet.ServletException