Uses of Interface
org.eclipse.jetty.continuation.Continuation

Packages that use Continuation
org.eclipse.jetty.continuation   
org.eclipse.jetty.server   
 

Uses of Continuation in org.eclipse.jetty.continuation
 

Subinterfaces of Continuation in org.eclipse.jetty.continuation
static interface ContinuationFilter.FilteredContinuation
           
 

Classes in org.eclipse.jetty.continuation that implement Continuation
 class Jetty6Continuation
          This implementation of Continuation is used by ContinuationSupport when it detects that the application is deployed in a jetty-6 server.
 class 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.
 

Methods in org.eclipse.jetty.continuation that return Continuation
static Continuation ContinuationSupport.getContinuation(ServletRequest request)
          Get a Continuation.
static Continuation ContinuationSupport.getContinuation(ServletRequest request, ServletResponse response)
          Deprecated. use ContinuationSupport.getContinuation(ServletRequest)
 

Methods in org.eclipse.jetty.continuation with parameters of type Continuation
 void ContinuationListener.onComplete(Continuation continuation)
          Called when a continuation life cycle is complete and after any calls to ServletRequestListener.requestDestroyed(javax.servlet.ServletRequestEvent) The response may still be written to during the call.
 void ContinuationListener.onTimeout(Continuation continuation)
          Called when a suspended continuation has timed out.
 

Uses of Continuation in org.eclipse.jetty.server
 

Classes in org.eclipse.jetty.server that implement Continuation
 class AsyncContinuation
          Implementation of Continuation and AsyncContext interfaces.
 



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