| Interface | Description | 
|---|---|
| Continuation | Continuation. | 
| ContinuationFilter.FilteredContinuation | |
| ContinuationListener | A Continuation Listener | 
| Class | Description | 
|---|---|
| ContinuationFilter | ContinuationFilter must be applied to servlet paths that make use of
 the asynchronous features provided by  ContinuationAPIs, but that
 are deployed in servlet containers that are neither Jetty (>= 7) nor a
 compliant Servlet 3.0 container. | 
| ContinuationSupport | ContinuationSupport. | 
| Jetty6Continuation | This implementation of Continuation is used by  ContinuationSupportwhen it detects that the application is deployed in a jetty-6 server. | 
| Servlet3Continuation | This implementation of Continuation is used by  ContinuationSupportwhen it detects that the application has been deployed in a non-jetty Servlet 3
 server. | 
| Error | Description | 
|---|---|
| ContinuationThrowable | ContinuationThrowable | 
Copyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.