java.util.EventListener, HttpSessionListenerpublic class WsSessionListener extends java.lang.Object implements HttpSessionListener
| Constructor | Description |
|---|---|
WsSessionListener(WsServerContainer wsServerContainer) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
sessionDestroyed(HttpSessionEvent se) |
Notification that a session is about to be invalidated.
|
sessionCreatedpublic WsSessionListener(WsServerContainer wsServerContainer)
public void sessionDestroyed(HttpSessionEvent se)
javax.servlet.http.HttpSessionListenersessionDestroyed in interface HttpSessionListenerse - the notification eventCopyright © 2000-2018 Apache Software Foundation. All Rights Reserved.