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

Hi,

On Tue, Oct 15, 2013 at 8:19 PM, bas karan <baskar.nitt@xxxxxxxxx> wrote:
> Thats cool. Thanks a lot.
> In Jetty6 there are methods to get and set objects
> continuation.setObject(<someobj>), continuation.getObject().
> May i know how can i achieve the same using AsyncContext?

Request.[get|set]Attribute().

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
http://intalio.com
Developer advice, training, services and support
from the Jetty & CometD experts.
Intalio, the modern way to build business applications.


Back to the top