Uses of Class
org.apache.myfaces.push.cdi.WebsocketScopeManager.AbstractUserScope
-
Packages that use WebsocketScopeManager.AbstractUserScope Package Description org.apache.myfaces.push.cdi -
-
Uses of WebsocketScopeManager.AbstractUserScope in org.apache.myfaces.push.cdi
Subclasses of WebsocketScopeManager.AbstractUserScope in org.apache.myfaces.push.cdi Modifier and Type Class Description static class
WebsocketScopeManager.SessionScope
This map holds all tokens related to the current session and its associated metadata, that will be used in the websocket handshake to validate if the incoming request is valid and to store the user object into the Session object.static class
WebsocketScopeManager.ViewScope
This map hold all tokens related to the current view.
-