Skip to main content

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

okey.. Thank you.


On Mon, Nov 4, 2013 at 7:04 AM, Greg Wilkins <gregw@xxxxxxxxxxx> wrote:

In jetty-9 there is a relationship between the continuation (or AsyncContext) and the request.  So just use request attributes to store associated data.

cheers



On 16 October 2013 06:10, bas karan <baskar.nitt@xxxxxxxxx> wrote:
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.

_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



_______________________________________________
jetty-dev mailing list
jetty-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-dev



Back to the top