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.jsr356.server
Fields in org.eclipse.jetty.websocket.jsr356.server declared as NativeWebSocketConfigurationModifier and TypeFieldDescriptionprivate final NativeWebSocketConfigurationServerContainer.configurationConstructors in org.eclipse.jetty.websocket.jsr356.server with parameters of type NativeWebSocketConfigurationModifierConstructorDescriptionServerContainer(NativeWebSocketConfiguration configuration, Executor executor) Deprecated.ServerContainer(NativeWebSocketConfiguration configuration, org.eclipse.jetty.client.HttpClient httpClient) -
Uses of NativeWebSocketConfiguration in org.eclipse.jetty.websocket.server
Fields in org.eclipse.jetty.websocket.server declared as NativeWebSocketConfigurationModifier and TypeFieldDescriptionprivate NativeWebSocketConfigurationWebSocketUpgradeFilter.configurationprivate NativeWebSocketConfigurationWebSocketUpgradeHandlerWrapper.configurationMethods in org.eclipse.jetty.websocket.server that return NativeWebSocketConfigurationModifier and TypeMethodDescriptionWebSocketUpgradeFilter.getConfiguration()static NativeWebSocketConfigurationNativeWebSocketServletContainerInitializer.getDefaultFrom(javax.servlet.ServletContext context) Deprecated.static NativeWebSocketConfigurationNativeWebSocketServletContainerInitializer.initialize(org.eclipse.jetty.servlet.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.
ServerContainer(NativeWebSocketConfiguration, HttpClient)instead