Skip to main content

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

if (continuation.suspend(40000))
{
    //Code block
}

I need to migrate the above code to Jetty9. Once its worked, then only i can
move forward to replace Continuation with AsyncContext. Please let me know
the equivalent code for the above block.



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


Back to the top