java.util.EventListener
, HttpSessionListener
public 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.
|
sessionCreated
public WsSessionListener(WsServerContainer wsServerContainer)
public void sessionDestroyed(HttpSessionEvent se)
javax.servlet.http.HttpSessionListener
sessionDestroyed
in interface HttpSessionListener
se
- the notification eventCopyright © 2000-2019 Apache Software Foundation. All Rights Reserved.