Uses of Interface
org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer.Configurator
-
Packages that use JettyWebSocketServletContainerInitializer.Configurator Package Description org.eclipse.jetty.websocket.server.config -
-
Uses of JettyWebSocketServletContainerInitializer.Configurator in org.eclipse.jetty.websocket.server.config
Methods in org.eclipse.jetty.websocket.server.config with parameters of type JettyWebSocketServletContainerInitializer.Configurator Modifier and Type Method Description static voidJettyWebSocketServletContainerInitializer. configure(org.eclipse.jetty.servlet.ServletContextHandler context, JettyWebSocketServletContainerInitializer.Configurator configurator)Configure theServletContextHandlerto call theJettyWebSocketServletContainerInitializerduring theServletContextinitialization phase.Constructors in org.eclipse.jetty.websocket.server.config with parameters of type JettyWebSocketServletContainerInitializer.Configurator Constructor Description JettyWebSocketServletContainerInitializer(JettyWebSocketServletContainerInitializer.Configurator configurator)
-