Uses of Interface
org.eclipse.jetty.websocket.server.NativeWebSocketServletContainerInitializer.Configurator
Packages that use NativeWebSocketServletContainerInitializer.Configurator
Package
Description
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.ConfiguratorModifier and TypeMethodDescriptionstatic void
NativeWebSocketServletContainerInitializer.configure
(org.eclipse.jetty.servlet.ServletContextHandler context, NativeWebSocketServletContainerInitializer.Configurator configurator) Configure theServletContextHandler
to call theNativeWebSocketServletContainerInitializer
during theServletContext
initialization phase.