Class WebSocketServerContainerInitializer.ContextDestroyListener

  • All Implemented Interfaces:
    java.util.EventListener, javax.servlet.ServletContextListener
    Enclosing class:
    WebSocketServerContainerInitializer

    public static class WebSocketServerContainerInitializer.ContextDestroyListener
    extends java.lang.Object
    implements javax.servlet.ServletContextListener
    DestroyListener
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void contextDestroyed​(javax.servlet.ServletContextEvent sce)  
      void contextInitialized​(javax.servlet.ServletContextEvent sce)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContextDestroyListener

        public ContextDestroyListener()
    • Method Detail

      • contextInitialized

        public void contextInitialized​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextInitialized in interface javax.servlet.ServletContextListener
      • contextDestroyed

        public void contextDestroyed​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener