Package org.apache.myfaces.push
Class WebsocketFacesInit
- java.lang.Object
-
- org.apache.myfaces.push.WebsocketFacesInit
-
public class WebsocketFacesInit extends Object
Class to decouple websocket initialization steps and avoid load unwanted websocket API into AbstractFacesInitializer
-
-
Constructor Summary
Constructors Constructor Description WebsocketFacesInit()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
clearWebsocketSessionLRUCache(ExternalContext context)
static void
initWebsocketSessionLRUCache(ExternalContext context)
-
-
-
Method Detail
-
initWebsocketSessionLRUCache
public static void initWebsocketSessionLRUCache(ExternalContext context)
-
clearWebsocketSessionLRUCache
public static void clearWebsocketSessionLRUCache(ExternalContext context)
-
-