public class WsSessionListener extends Object implements HttpSessionListener
| Constructor and Description | 
|---|
| WsSessionListener(WsServerContainer wsServerContainer) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | sessionCreated(HttpSessionEvent se)Notification that a session was created. | 
| void | sessionDestroyed(HttpSessionEvent se)Notification that a session is about to be invalidated. | 
public WsSessionListener(WsServerContainer wsServerContainer)
public void sessionCreated(HttpSessionEvent se)
HttpSessionListenersessionCreated in interface HttpSessionListenerse - the notification eventpublic void sessionDestroyed(HttpSessionEvent se)
HttpSessionListenersessionDestroyed in interface HttpSessionListenerse - the notification eventCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.