Class JavaxWebSocketShutdownContainer

java.lang.Object
org.eclipse.jetty.util.component.AbstractLifeCycle
org.eclipse.jetty.util.component.ContainerLifeCycle
org.eclipse.jetty.websocket.javax.client.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.