Uses of Class
org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
Packages that use NativeWebSocketConfiguration
Package
Description
Jetty WebSocket Server : Implementation [Internal Use Only]
-
Uses of NativeWebSocketConfiguration in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return NativeWebSocketConfigurationModifier and TypeMethodDescriptionWebSocketUpgradeFilter.getConfiguration()static NativeWebSocketConfigurationNativeWebSocketServletContainerInitializer.getDefaultFrom(javax.servlet.ServletContext context) Deprecated.static NativeWebSocketConfigurationNativeWebSocketServletContainerInitializer.initialize(ServletContextHandler context) Immediately initialize theServletContextHandlerwith the defaultNativeWebSocketConfiguration.Methods in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketConfigurationModifier and TypeMethodDescriptionvoidNativeWebSocketServletContainerInitializer.Configurator.accept(javax.servlet.ServletContext servletContext, NativeWebSocketConfiguration nativeWebSocketConfiguration) Constructors in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketConfigurationModifierConstructorDescriptionWebSocketUpgradeFilter(NativeWebSocketConfiguration configuration) Deprecated.
NativeWebSocketServletContainerInitializer.configure(ServletContextHandler, Configurator)instead