Uses of Interface
org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer.Configurator
-
Packages that use WebSocketServerContainerInitializer.Configurator Package Description org.eclipse.jetty.websocket.jsr356.server.deploy -
-
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.Configurator Modifier and Type Method Description static void
WebSocketServerContainerInitializer. configure(ServletContextHandler context, WebSocketServerContainerInitializer.Configurator configurator)
Configure theServletContextHandler
to callWebSocketServerContainerInitializer.onStartup(Set, ServletContext)
during theServletContext
initialization phase.
-