comparison src/org/eclipse/jetty/continuation/Continuation.java @ 930:cd080b7bcf49

remove AsyncContinuation.undispatch()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 09 Oct 2016 19:20:52 -0600
parents 3191abe890ef
children fe461f7cfc8e
comparison
equal deleted inserted replaced
929:3191abe890ef 930:cd080b7bcf49
414 * solution if filters can be updated to handle that case. 414 * solution if filters can be updated to handle that case.
415 * 415 *
416 * @throws ContinuationThrowable thrown if the request is suspended. The instance of the 416 * @throws ContinuationThrowable thrown if the request is suspended. The instance of the
417 * exception may be reused on subsequent calls, so the stack frame may not be accurate. 417 * exception may be reused on subsequent calls, so the stack frame may not be accurate.
418 */ 418 */
419 public void undispatch() throws ContinuationThrowable; 419 // public void undispatch() throws ContinuationThrowable;
420 } 420 }