Class DefaultAsyncDispatcher

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

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

    Constructors
    Constructor Description
    DefaultAsyncDispatcher​(WebApplication webApplication, java.lang.String path, ServletRequest asyncStartRequest, ServletResponse asyncStartResponse)
    Constructor.
  • Method Summary

    Modifier and Type Method Description
    void dispatch()
    Dispatch.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • DefaultAsyncDispatcher

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