Package com.sun.faces.push

  • Class Summary 
    Class Description
    WebsocketChannelManager
    This web socket channel manager holds all application and session scoped web socket channel identifiers registered by <f:websocket>.
    WebsocketChannelManager.ViewScope
    This helps the web socket channel manager to hold view scoped web socket channel identifiers registered by <f:websocket>.
    WebsocketEndpoint
    This web socket server endpoint handles web socket requests coming from <f:websocket>.
    WebsocketFacesListener
    This Faces listener for UIViewRoot ensures that the necessary JavaScript code to open or close the WebSocket is properly rendered depending on rendered and connected attributes.
    WebsocketPushContext
    This is a concrete implementation of PushContext interface which is to be injected by @Push.
    WebsocketSessionManager
    This web socket session manager holds all web socket sessions by their channel identifier.
    WebsocketUserManager
    This web socket user manager holds all web socket users registered by <f:websocket>.