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

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

Uses of ContinuationListener in org.eclipse.jetty.continuation
 

Methods in org.eclipse.jetty.continuation with parameters of type ContinuationListener
 void Servlet3Continuation.addContinuationListener(ContinuationListener listener)
           
 void Jetty6Continuation.addContinuationListener(ContinuationListener listener)
           
 void Continuation.addContinuationListener(ContinuationListener listener)
          Add a ContinuationListener.
 

Uses of ContinuationListener in org.eclipse.jetty.server
 

Methods in org.eclipse.jetty.server with parameters of type ContinuationListener
 void AsyncContinuation.addContinuationListener(ContinuationListener listener)
           
 void Request.addContinuationListener(ContinuationListener listener)
           
 



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