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 NativeWebSocketConfiguration
ServerContainer.configuration
Constructors 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 NativeWebSocketConfiguration
WebSocketUpgradeFilter.configuration
private NativeWebSocketConfiguration
WebSocketUpgradeHandlerWrapper.configuration
Methods in org.eclipse.jetty.websocket.server that return NativeWebSocketConfigurationModifier and TypeMethodDescriptionWebSocketUpgradeFilter.getConfiguration()
static NativeWebSocketConfiguration
NativeWebSocketServletContainerInitializer.getDefaultFrom
(javax.servlet.ServletContext context) Deprecated.static NativeWebSocketConfiguration
NativeWebSocketServletContainerInitializer.initialize
(org.eclipse.jetty.servlet.ServletContextHandler context) Immediately initialize theServletContextHandler
with the defaultNativeWebSocketConfiguration
.Methods in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketConfigurationModifier and TypeMethodDescriptionvoid
NativeWebSocketServletContainerInitializer.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