public class WsListener extends Object implements ServletContextListener
ServletContextListener
is not required as the
WsSci
performs all the necessary bootstrap. If the WsSci
is
disabled, this listener must be added manually to every
ServletContext
that uses WebSocket to bootstrap the
WsServerContainer
correctly.Constructor and Description |
---|
WsListener() |
Modifier and Type | Method and Description |
---|---|
void |
contextDestroyed(ServletContextEvent sce)
Notification that the servlet context is about to be shut down.
|
void |
contextInitialized(ServletContextEvent sce)
Notification that the web application initialization process is starting.
|
public void contextInitialized(ServletContextEvent sce)
javax.servlet.ServletContextListener
contextInitialized
in interface ServletContextListener
public void contextDestroyed(ServletContextEvent sce)
javax.servlet.ServletContextListener
contextDestroyed
in interface ServletContextListener
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.