Class JakartaWebSocketShutdownContainer

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.websocket.jakarta.client.JakartaWebSocketShutdownContainer
All Implemented Interfaces:
jakarta.servlet.ServletContainerInitializer, jakarta.servlet.ServletContextListener, EventListener, Container, Destroyable, Dumpable, Dumpable.DumpableContainer, LifeCycle

public class JakartaWebSocketShutdownContainer extends ContainerLifeCycle implements jakarta.servlet.ServletContainerInitializer, jakarta.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

    • JakartaWebSocketShutdownContainer

      public JakartaWebSocketShutdownContainer()
  • Method Details

    • onStartup

      public void onStartup(Set<Class<?>> c, jakarta.servlet.ServletContext ctx) throws jakarta.servlet.ServletException
      Specified by:
      onStartup in interface jakarta.servlet.ServletContainerInitializer
      Throws:
      jakarta.servlet.ServletException
    • contextInitialized

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

      public void contextDestroyed(jakarta.servlet.ServletContextEvent sce)
      Specified by:
      contextDestroyed in interface jakarta.servlet.ServletContextListener
    • toString

      public String toString()
      Overrides:
      toString in class AbstractLifeCycle