Mercurial Hosting > luan
comparison src/org/eclipse/jetty/continuation/Continuation.java @ 929:3191abe890ef
remove isInitial()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 19:13:46 -0600 |
parents | 52d8b5c29d8e |
children | cd080b7bcf49 |
comparison
equal
deleted
inserted
replaced
928:23a57aad34c0 | 929:3191abe890ef |
---|---|
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 |
337 * thread has returned to the container after suspend has been | 337 * thread has returned to the container after suspend has been |
338 * called and during any subsequent redispatch. | 338 * called and during any subsequent redispatch. |
339 */ | 339 */ |
340 boolean isInitial(); | 340 // boolean isInitial(); |
341 | 341 |
342 /* ------------------------------------------------------------ */ | 342 /* ------------------------------------------------------------ */ |
343 /** | 343 /** |
344 * Is the suspended response wrapped. | 344 * Is the suspended response wrapped. |
345 * <p> | 345 * <p> |