Interface AsyncManager

All Known Implementing Classes:
DefaultAsyncManager

public interface AsyncManager
The AsyncManager API.
Author:
Manfred Riem ([email protected])
  • Method Details

    • getDispatcher

      AsyncDispatcher getDispatcher​(WebApplication webApplication, java.lang.String path, ServletRequest asyncStartRequest, ServletResponse asyncStartResponse)
      Get the async dispatcher.
      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.