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 void
WebSocketServerContainerInitializer.configure
(org.eclipse.jetty.servlet.ServletContextHandler context, WebSocketServerContainerInitializer.Configurator configurator) Configure theServletContextHandler
to callWebSocketServerContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase.