Package com.sun.faces.push


package com.sun.faces.push
  • Classes
    Class
    Description
    This web socket channel manager holds all application and session scoped web socket channel identifiers registered by <f:websocket>.
    This helps the web socket channel manager to hold view scoped web socket channel identifiers registered by <f:websocket>.
    This web socket server endpoint handles web socket requests coming from <f:websocket>.
    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.
    This is a concrete implementation of PushContext interface which is to be injected by @Push.
    This web socket session manager holds all web socket sessions by their channel identifier.
    This web socket user manager holds all web socket users registered by <f:websocket>.