comparison src/org/eclipse/jetty/continuation/Continuation.java @ 922:03f39c8abd6b

remove isResumed()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 09 Oct 2016 18:15:24 -0600
parents a5af9ee7cf91
children 52d8b5c29d8e
comparison
equal deleted inserted replaced
921:a5af9ee7cf91 922:03f39c8abd6b
319 /** 319 /**
320 * @return true if the request has been redispatched by a call to 320 * @return true if the request has been redispatched by a call to
321 * {@link #resume()}. Returns false after any subsequent call to 321 * {@link #resume()}. Returns false after any subsequent call to
322 * suspend 322 * suspend
323 */ 323 */
324 boolean isResumed(); 324 // boolean isResumed();
325 325
326 /* ------------------------------------------------------------ */ 326 /* ------------------------------------------------------------ */
327 /** 327 /**
328 * @return true after a request has been redispatched as the result of a 328 * @return true after a request has been redispatched as the result of a
329 * timeout. Returns false after any subsequent call to suspend. 329 * timeout. Returns false after any subsequent call to suspend.