Uses of Class
org.eclipse.jetty.websocket.jsr356.server.ServerContainer
Packages that use ServerContainer
-
Uses of ServerContainer in org.eclipse.jetty.websocket.jsr356.server.deploy
Methods in org.eclipse.jetty.websocket.jsr356.server.deploy that return ServerContainerModifier and TypeMethodDescriptionstatic ServerContainer
WebSocketServerContainerInitializer.configureContext
(javax.servlet.ServletContext context, org.eclipse.jetty.servlet.ServletContextHandler jettyContext) Deprecated.static ServerContainer
WebSocketServerContainerInitializer.configureContext
(org.eclipse.jetty.servlet.ServletContextHandler context) Deprecated.static ServerContainer
WebSocketServerContainerInitializer.initialize
(org.eclipse.jetty.servlet.ServletContextHandler context) Immediately initialize theServletContext
with the default (and empty)ServerContainer
.Methods in org.eclipse.jetty.websocket.jsr356.server.deploy with parameters of type ServerContainerModifier and TypeMethodDescriptionvoid
WebSocketServerContainerInitializer.Configurator.accept
(javax.servlet.ServletContext servletContext, ServerContainer serverContainer)
WebSocketServerContainerInitializer.configure(ServletContextHandler, Configurator)
instead