Class DefaultAsyncManager

java.lang.Object
cloud.piranha.core.impl.DefaultAsyncManager
All Implemented Interfaces:
AsyncManager

public class DefaultAsyncManager extends Object implements AsyncManager
  • Constructor Details

    • DefaultAsyncManager

      public DefaultAsyncManager()
  • Method Details

    • getDispatcher

      public AsyncDispatcher getDispatcher(WebApplication webApplication, String path, jakarta.servlet.ServletRequest asyncStartRequest, jakarta.servlet.ServletResponse asyncStartResponse)
      Description copied from interface: AsyncManager
      Returns the async dispatcher.
      Specified by:
      getDispatcher in interface AsyncManager
      Parameters:
      webApplication - the web application.
      path - the path.
      asyncStartRequest - the servlet request coming from a call to request.asyncStart.
      asyncStartResponse - the servlet response coming from a call to request.asyncStart.
      Returns:
      the async dispatcher