Mercurial Hosting > luan
comparison src/org/eclipse/jetty/continuation/Continuation.java @ 935:aa7dc1802d29
remove ContinuationListener
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Sun, 09 Oct 2016 21:15:24 -0600 |
| parents | fe461f7cfc8e |
| children | 237ace6e8bc2 |
comparison
equal
deleted
inserted
replaced
| 934:fe461f7cfc8e | 935:aa7dc1802d29 |
|---|---|
| 366 /** | 366 /** |
| 367 * Add a ContinuationListener. | 367 * Add a ContinuationListener. |
| 368 * | 368 * |
| 369 * @param listener | 369 * @param listener |
| 370 */ | 370 */ |
| 371 void addContinuationListener(ContinuationListener listener); | 371 // void addContinuationListener(ContinuationListener listener); |
| 372 | 372 |
| 373 /* ------------------------------------------------------------ */ | 373 /* ------------------------------------------------------------ */ |
| 374 /** Set a request attribute. | 374 /** Set a request attribute. |
| 375 * This method is a convenience method to call the {@link ServletRequest#setAttribute(String, Object)} | 375 * This method is a convenience method to call the {@link ServletRequest#setAttribute(String, Object)} |
| 376 * method on the associated request object. | 376 * method on the associated request object. |
