Class DefaultAsyncManager

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

public class DefaultAsyncManager extends Object implements AsyncManager
The default AsyncManager.
Author:
Manfred Riem ([email protected])
  • Constructor Details

    • DefaultAsyncManager

      public DefaultAsyncManager()
  • Method Details

    • getDispatcher

      public AsyncDispatcher getDispatcher(WebApplication webApplication, String path, ServletRequest asyncStartRequest, 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