Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Jetty 9 Continuation - getObject and setObject methods missing

In Jetty6 there are methods to get and set objects 
continuation.setObject(<someobj>), continuation.getObject().

But i couldn't find those methods in Jetty9.
Please let me know the equivalent methods in Jetty9.
Thanks in advance.

Back to the top