Uses of Interface
org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.Configurator
Packages that use WebSocketServerContainerInitializer.Configurator
-
Uses of WebSocketServerContainerInitializer.Configurator in org.eclipse.jetty.websocket.jsr356.server.deploy
Methods in org.eclipse.jetty.websocket.jsr356.server.deploy with parameters of type WebSocketServerContainerInitializer.ConfiguratorModifier and TypeMethodDescriptionstatic voidWebSocketServerContainerInitializer.configure(org.eclipse.jetty.servlet.ServletContextHandler context, WebSocketServerContainerInitializer.Configurator configurator) Configure theServletContextHandlerto callWebSocketServerContainerInitializer.onStartup(Set, ServletContext)during theServletContextinitialization phase.