| Name | Description | Type | Package | Framework |
| AbstractStandardUpgradeStrategy | A base class for RequestUpgradeStrategy implementations that buildon the standard WebSocket API for Java (JSR-356). | Class | org.springframework.web.socket.server.standard | Spring MVC |
| AbstractTyrusRequestUpgradeStrategy | A base class for RequestUpgradeStrategy implementations on top ofJSR-356 based servers which include Tyrus as their WebSocket engine. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| AbstractTyrusRequestUpgradeStrategy .Tyrus135EndpointHelper | Class | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC | |
| AbstractTyrusRequestUpgradeStrategy .Tyrus17EndpointHelper | Class | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC | |
| AbstractTyrusRequestUpgradeStrategy .TyrusEndpointHelper | Helps with the creation, registration, and un-registration of endpoints. | Interface | org.springframework.web.socket.server.standard.AbstractTyrusRequestUpgradeStrategy | Spring MVC |
| GlassFishRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's GlassFish 4. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| ServerEndpointExporter | Detects beans of type ServerEndpointConfig and registerswith the standard Java WebSocket runtime. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| ServerEndpointRegistration | An implementation of ServerEndpointConfig for use inSpring applications. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| ServletServerContainerFactoryBean | A FactoryBean for configuring ServerContainer. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| SpringConfigurator | A ServerEndpointConfig. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| TomcatRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Apache Tomcat. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| UndertowRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for use with WildFly and itsunderlying Undertow web server. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| WebLogicRequestUpgradeStrategy | A WebSocket RequestUpgradeStrategy for Oracle's WebLogic. | Class | org.springframework.web.socket.server.standard | Spring MVC |
| WebSphereRequestUpgradeStrategy | WebSphere support for upgrading an HttpServletRequest during aWebSocket handshake. | Class | org.springframework.web.socket.server.standard | Spring MVC |