comparison src/org/eclipse/jetty/continuation/Continuation.java @ 921:a5af9ee7cf91

remove isExpired()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 09 Oct 2016 18:09:50 -0600
parents 1fc8ee20cb18
children 03f39c8abd6b
comparison
equal deleted inserted replaced
920:3268ddf919d4 921:a5af9ee7cf91
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.
330 */ 330 */
331 boolean isExpired(); 331 // boolean isExpired();
332 332
333 /* ------------------------------------------------------------ */ 333 /* ------------------------------------------------------------ */
334 /** 334 /**
335 * @return true while the request is within the initial dispatch to the 335 * @return true while the request is within the initial dispatch to the
336 * filter chain and/or servlet. Will return false once the calling 336 * filter chain and/or servlet. Will return false once the calling