Package org.eclipse.jetty.continuation

Interface Summary
Continuation Continuation.
ContinuationFilter.FilteredContinuation  
ContinuationListener A Continuation Listener
 

Class Summary
ContinuationFilter ContinuationFilter must be applied to servlet paths that make use of the asynchronous features provided by ContinuationFilter.FilteredContinuation APIs, 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 ContinuationSupport when it detects that the application is deployed in a jetty-6 server.
Servlet3Continuation This implementation of Continuation is used by ContinuationSupport when it detects that the application has been deployed in a non-jetty Servlet 3 server.
 

Error Summary
ContinuationThrowable ContinuationThrowable
 



Copyright © 1995-2012 Mort Bay Consulting. All Rights Reserved.