Example usage for javax.servlet AsyncContext interface-usage

List of usage examples for javax.servlet AsyncContext interface-usage

Introduction

In this page you can find the example usage for javax.servlet AsyncContext interface-usage.

Usage

From source file org.jruby.rack.mock.MockAsyncContext.java

/**
 * Mock implementation of the {@link AsyncContext} interface.
 *
 * @author Rossen Stoyanchev
 */
public class MockAsyncContext implements AsyncContext {

From source file org.springframework.mock.web.MockAsyncContext.java

/**
 * Mock implementation of the {@link AsyncContext} interface.
 *
 * @author Rossen Stoyanchev
 * @since 3.2
 */

From source file org.silverpeas.core.notification.sse.SilverpeasAsyncContext.java

/**
 * This is a wrap of a {@link AsyncContext} instance.
 * @author Yohann Chastagnier
 */
public class SilverpeasAsyncContext implements AsyncContext {