comparison src/org/eclipse/jetty/continuation/Continuation.java @ 923:52d8b5c29d8e

remove resume()
author Franklin Schmidt <fschmidt@gmail.com>
date Sun, 09 Oct 2016 18:17:01 -0600
parents 03f39c8abd6b
children 3191abe890ef
comparison
equal deleted inserted replaced
922:03f39c8abd6b 923:52d8b5c29d8e
261 * 261 *
262 * @see #suspend() 262 * @see #suspend()
263 * @exception IllegalStateException if the request is not suspended. 263 * @exception IllegalStateException if the request is not suspended.
264 * 264 *
265 */ 265 */
266 void resume(); 266 // void resume();
267 267
268 /* ------------------------------------------------------------ */ 268 /* ------------------------------------------------------------ */
269 /** 269 /**
270 * Complete a suspended request. 270 * Complete a suspended request.
271 * 271 *