Mercurial Hosting > luan
comparison src/org/eclipse/jetty/server/AsyncContinuation.java @ 923:52d8b5c29d8e
remove resume()
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Oct 2016 18:17:01 -0600 |
parents | 03f39c8abd6b |
children | 5c9cb5d00512 |
comparison
equal
deleted
inserted
replaced
922:03f39c8abd6b | 923:52d8b5c29d8e |
---|---|
657 if (event!=null) | 657 if (event!=null) |
658 return ((Context)event.getServletContext()).getContextHandler(); | 658 return ((Context)event.getServletContext()).getContextHandler(); |
659 return null; | 659 return null; |
660 } | 660 } |
661 | 661 |
662 | |
663 /* ------------------------------------------------------------ */ | |
664 /** | |
665 * @see Continuation#resume() | |
666 */ | |
667 public void resume() | |
668 { | |
669 dispatch(); | |
670 } | |
671 | |
672 | 662 |
673 /* ------------------------------------------------------------ */ | 663 /* ------------------------------------------------------------ */ |
674 /** | 664 /** |
675 * @see org.eclipse.jetty.continuation.Continuation#getServletResponse() | 665 * @see org.eclipse.jetty.continuation.Continuation#getServletResponse() |
676 */ | 666 */ |