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
Constructors 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, HttpClient httpClient)
-
Uses of NativeWebSocketConfiguration in org.eclipse.jetty.websocket.server
Methods in org.eclipse.jetty.websocket.server that return NativeWebSocketConfiguration Modifier and Type Method Description NativeWebSocketConfiguration
WebSocketUpgradeFilter. getConfiguration()
static NativeWebSocketConfiguration
NativeWebSocketServletContainerInitializer. getDefaultFrom(javax.servlet.ServletContext context)
Deprecated.static NativeWebSocketConfiguration
NativeWebSocketServletContainerInitializer. initialize(ServletContextHandler context)
Immediately initialize theServletContextHandler
with the defaultNativeWebSocketConfiguration
.Methods in org.eclipse.jetty.websocket.server with parameters of type NativeWebSocketConfiguration Modifier and Type Method Description void
NativeWebSocketServletContainerInitializer.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.
-