From 03f5176df158e3912f9f35be91328c74b7e14e3e Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Fri, 5 Dec 2014 12:19:06 -0500 Subject: [PATCH] List Tomcat and Jetty Web first. --- src/asciidoc/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/asciidoc/index.adoc b/src/asciidoc/index.adoc index 5f95c94718..f251e43a59 100644 --- a/src/asciidoc/index.adoc +++ b/src/asciidoc/index.adoc @@ -38972,9 +38972,9 @@ WebSocket clients or to a specific user. [[websocket-server]] === WebSocket API The Spring Framework provides a WebSocket API designed to adapt to various WebSocket engines. -For example, it runs on WebSocket runtimes such as Tomcat 7.0.47+, GlassFish 4.1+, -Undertow 1.0+ (and WildFly 8.0+), WebLogic 12.1.3+ and Jetty 9.1+. Additional support will be -added as more WebSocket runtimes become available. +Currently the list includes WebSocket runtimes such as Tomcat 7.0.47+, Jetty 9.1+, +GlassFish 4.1+, WebLogic 12.1.3+, and Undertow 1.0+ (and WildFly 8.0+). Additional support +may be added as more WebSocket runtimes become available. [NOTE] ====