java.lang.Object
org.apache.felix.http.base.internal.dispatch.Dispatcher

public final class Dispatcher extends Object
  • Constructor Details

  • Method Details

    • setWhiteboardManager

      public void setWhiteboardManager(@Nullable WhiteboardManager service)
      Set or unset the whiteboard manager.
      Parameters:
      service - The whiteboard manager or null
    • dispatch

      public void dispatch(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws jakarta.servlet.ServletException, IOException
      Responsible for dispatching a given request to the actual applicable servlet and/or filters in the local registry.
      Parameters:
      req - the ServletRequest to dispatch;
      res - the ServletResponse to dispatch.
      Throws:
      jakarta.servlet.ServletException - in case of exceptions during the actual dispatching;
      IOException - in case of I/O problems.