List of usage examples for javax.servlet AsyncContext interface-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 {