Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Is it possible to create session scoped objects with Websocket + CDI integration

Hello,

Is there a way to have Session scoped object?

Service designed :   Jetty (as stand alone) + Websocket + CDI

Requirement:   Want to have an object called Storage which should get create when client establishes websocket connection and destruct when websocket connection is closed.  Essentially websocket session and Storage object should have one to one mapping.

Thanks and Regards
Mohan

Back to the top