Uses of Class
org.eclipse.jetty.websocket.server.NativeWebSocketConfiguration
-
Packages that use NativeWebSocketConfiguration Package Description org.eclipse.jetty.websocket.jsr356.server org.eclipse.jetty.websocket.server 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 NativeWebSocketConfiguration Modifier and Type Field Description private NativeWebSocketConfigurationServerContainer. configurationConstructors in org.eclipse.jetty.websocket.jsr356.server with parameters of type NativeWebSocketConfiguration Constructor Description ServerContainer(NativeWebSocketConfiguration configuration, java.util.concurrent.Executor executor)Deprecated.useServerContainer(NativeWebSocketConfiguration, HttpClient)insteadServerContainer(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 NativeWebSocketConfiguration Modifier and Type Field Description private NativeWebSocketConfigurationWebSocketUpgradeFilter. configurationprivate NativeWebSocketConfigurationWebSocketUpgradeHandlerWrapper. configurationMethods in org.eclipse.jetty.websocket.server that return NativeWebSocketConfiguration Modifier and Type Method Description NativeWebSocketConfigurationWebSocketUpgradeFilter. 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 NativeWebSocketConfiguration Modifier and Type Method Description voidNativeWebSocketServletContainerInitializer.Configurator. accept(javax.servlet.ServletContext servletContext, NativeWebSocketConfiguration nativeWebSocketConfiguration)Constructors in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketConfiguration Constructor Description WebSocketUpgradeFilter(NativeWebSocketConfiguration configuration)Deprecated.
-