Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Continuation.suspend(4000) migrating to Jetty9

Code written in jetty6
if (continuation.suspend(4000)) //Here continuation is an object of
Continuation Type
{
   //Some business logic
}

Hi i want to migrate the above code to Jetty9, but in Jetty9 suspend()
method doesn't accept parameters and its return type is void.
Please let me know the equivalent code for the above code.
Thanks in advance.




--
View this message in context: http://jetty.4.x6.nabble.com/Continuation-suspend-4000-migrating-to-Jetty9-tp4961389.html
Sent from the Jetty Dev mailing list archive at Nabble.com.


Back to the top