Class DefaultAsyncDispatcher

java.lang.Object
cloud.piranha.webapp.impl.DefaultAsyncDispatcher
All Implemented Interfaces:
AsyncDispatcher

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

    • DefaultAsyncDispatcher

      public DefaultAsyncDispatcher(WebApplication webApplication, String path, ServletRequest asyncStartRequest, ServletResponse asyncStartResponse)
      Constructor.
      Parameters:
      webApplication - the web application.
      path - the path.
      asyncStartRequest - the request.
      asyncStartResponse - the asyncStartResponse.
  • Method Details