Class WebSocketServerContainerInitializer.ContextDestroyListener
- java.lang.Object
-
- org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.ContextDestroyListener
-
- All Implemented Interfaces:
EventListener,ServletContextListener
- Enclosing class:
- WebSocketServerContainerInitializer
public static class WebSocketServerContainerInitializer.ContextDestroyListener extends Object implements ServletContextListener
DestroyListener
-
-
Constructor Summary
Constructors Constructor Description ContextDestroyListener()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcontextDestroyed(ServletContextEvent sce)voidcontextInitialized(ServletContextEvent sce)
-
-
-
Method Detail
-
contextInitialized
public void contextInitialized(ServletContextEvent sce)
- Specified by:
contextInitializedin interfaceServletContextListener
-
contextDestroyed
public void contextDestroyed(ServletContextEvent sce)
- Specified by:
contextDestroyedin interfaceServletContextListener
-
-