You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2015/02/09 10:20:35 UTC

[jira] [Created] (WICKET-5833) Add a way to get all opened web socket connections per user session

Martin Grigorov created WICKET-5833:
---------------------------------------

             Summary: Add a way to get all opened web socket connections per user session
                 Key: WICKET-5833
                 URL: https://issues.apache.org/jira/browse/WICKET-5833
             Project: Wicket
          Issue Type: Improvement
          Components: wicket-native-websocket
    Affects Versions: 7.0.0-M5
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


At the moment org.apache.wicket.protocol.ws.api.registry.IWebSocketConnectionRegistry has method to get IWebSocketConnection by application, sessionId and pageId/resourceName. And another one for getting all connections per application.

It would be useful to also have a method for returning all connections by application and sessionId only, i.e. to return all connections for a given user.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)