Class JavaxWebSocketShutdownContainer

All Implemented Interfaces:
EventListener, javax.servlet.ServletContainerInitializer, javax.servlet.ServletContextListener, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class JavaxWebSocketShutdownContainer extends ContainerLifeCycle implements javax.servlet.ServletContainerInitializer, javax.servlet.ServletContextListener

This manages the LifeCycle of WebSocketContainer instances that are created with ContainerProvider, if this code is being run from another ServletContainer, or if run inside a Jetty Server with the WebSocket client classes provided by the webapp.

This mechanism will not work if run with embedded Jetty or if the WebSocket client classes are provided by the server. In this case then the client WebSocketContainer will register itself to be automatically shutdown with the Jetty ContextHandler.

  • Constructor Details

    • JavaxWebSocketShutdownContainer

      public JavaxWebSocketShutdownContainer()
  • Method Details

    • onStartup

      public void onStartup(Set<Class<?>> c, javax.servlet.ServletContext ctx) throws javax.servlet.ServletException
      Specified by:
      onStartup in interface javax.servlet.ServletContainerInitializer
      Throws:
      javax.servlet.ServletException
    • 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
    • toString

      public String toString()
      Overrides:
      toString in class AbstractLifeCycle