Uses of Interface
org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer.Configurator
-
Packages that use NativeWebSocketServletContainerInitializer.Configurator Package Description org.eclipse.jetty.websocket.server Jetty WebSocket Server : Implementation [Internal Use Only] -
-
Uses of NativeWebSocketServletContainerInitializer.Configurator in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketServletContainerInitializer.Configurator Modifier and Type Method Description static void
NativeWebSocketServletContainerInitializer. configure(ServletContextHandler context, NativeWebSocketServletContainerInitializer.Configurator configurator)
Configure theServletContextHandler
to call theNativeWebSocketServletContainerInitializer
during theServletContext
initialization phase.
-