[jetty-user] websocket unique id
Yohann Martineau <[email protected]>
| Newsgroups | gmane.comp.java.jetty.support |
|---|---|
| Message-ID | <[email protected]> |
hello, I'm playing with websockets, I want to log events from websockets and thus, I would like to use a unique id for each websocket. I've read the websocket api provided by jetty, but I've seen no explicit connection id. Do you think I can trust object.getHashcode() to identify websockets? Thanks, yohann