File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -36812,8 +36812,9 @@ WebSocket clients or to a specific user.
36812
36812
[[websocket-server]]
36813
36813
=== WebSocket Server
36814
36814
The Spring Framework provides a WebSocket API designed to adapt to various WebSocket engines.
36815
- For example, it runs on JSR-356 runtimes such as Tomcat (7.0.47+) and GlassFish (4.0+) but
36816
- can also adapt to other WebSocket runtimes such as the Jetty (9.0+) native WebSocket support.
36815
+ For example, it runs on JSR-356 runtimes such as Tomcat (7.0.47+), GlassFish (4.0+) and
36816
+ WildFly (8.0+) but can also adapt to other WebSocket runtimes such as the Jetty (9.1+)
36817
+ native WebSocket support.
36817
36818
36818
36819
[NOTE]
36819
36820
====
@@ -37001,7 +37002,7 @@ requests -- such as Spring MVC's `DispatcherServlet`.
37001
37002
This is a significant limitation of JSR-356 that Spring's WebSocket support
37002
37003
addresses by providing a server-specific `RequestUpgradeStrategy` even when
37003
37004
running in a JSR-356 runtime. At present such support is available on
37004
- Tomcat 7.0.47+, Jetty 9.0+, and GlassFish 4 .0+. Additional support will be
37005
+ Tomcat 7.0.47+, Jetty 9.1+, GlassFish 4. 0+, and WildFly 8 .0+. Additional support will be
37005
37006
added as more WebSocket runtimes become available.
37006
37007
37007
37008
[NOTE]
You can’t perform that action at this time.
0 commit comments