Home
last modified time | relevance | path

Searched refs:ContinuationThrowable (Results 1 – 10 of 10) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/continuation/
DContinuationFilter.java120 catch (ContinuationThrowable e) in doFilter()
139 catch (ContinuationThrowable e) in doFilter()
158 if (th instanceof ContinuationThrowable) in debug()
DServlet3Continuation.java43 private final static ContinuationThrowable __exception = new ContinuationThrowable();
251 throw new ContinuationThrowable(); in undispatch()
DJetty6Continuation.java43 private final static ContinuationThrowable __exception = new ContinuationThrowable();
218 throw new ContinuationThrowable(); in undispatch()
DFauxContinuation.java41 private final static ContinuationThrowable __exception = new ContinuationThrowable();
502 throw new ContinuationThrowable(); in undispatch()
DContinuationThrowable.java45 public class ContinuationThrowable extends Error class
DContinuation.java419 public void undispatch() throws ContinuationThrowable; in undispatch()
/external/jetty/src/java/org/eclipse/jetty/server/
DAsyncContinuation.java36 import org.eclipse.jetty.continuation.ContinuationThrowable;
57 private final static ContinuationThrowable __exception = new ContinuationThrowable();
1064 throw new ContinuationThrowable(); in undispatch()
DAbstractHttpConnection.java32 import org.eclipse.jetty.continuation.ContinuationThrowable;
522 catch (ContinuationThrowable e) in handleRequest()
/external/jetty/src/java/org/eclipse/jetty/servlet/
DServletHandler.java53 import org.eclipse.jetty.continuation.ContinuationThrowable;
514 catch(ContinuationThrowable e) in doHandle()
/external/jetty/
DVERSION.txt2078 + Added ContinuationThrowable