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 SummaryConstructors Constructor Description WebsocketFacesInit()
 - 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidclearWebsocketSessionLRUCache(ExternalContext context)static voidinitWebsocketSessionLRUCache(ExternalContext context)
 
- 
- 
- 
Method Detail- 
initWebsocketSessionLRUCachepublic static void initWebsocketSessionLRUCache(ExternalContext context) 
 - 
clearWebsocketSessionLRUCachepublic static void clearWebsocketSessionLRUCache(ExternalContext context) 
 
- 
 
-