Consistent documentation references to Jakarta WebSocket (2.1)
Closes gh-29581
This commit is contained in:
@@ -38,7 +38,7 @@ import org.springframework.util.Assert;
|
||||
*
|
||||
* <p>Specifically a base class for reading from the HTTP request body with
|
||||
* Servlet non-blocking I/O and Undertow XNIO as well as handling incoming
|
||||
* WebSocket messages with standard Java WebSocket (JSR-356), Jetty, and
|
||||
* WebSocket messages with standard Jakarta WebSocket (JSR-356), Jetty, and
|
||||
* Undertow.
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2002-2021 the original author or authors.
|
||||
* Copyright 2002-2022 the original author or authors.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -35,7 +35,7 @@ import org.springframework.util.StringUtils;
|
||||
*
|
||||
* <p>Specifically a base class for writing to the HTTP response body with
|
||||
* Servlet non-blocking I/O and Undertow XNIO as well for writing WebSocket
|
||||
* messages through the Java WebSocket API (JSR-356), Jetty, and Undertow.
|
||||
* messages through the Jakarta WebSocket API (JSR-356), Jetty, and Undertow.
|
||||
*
|
||||
* @author Arjen Poutsma
|
||||
* @author Violeta Georgieva
|
||||
|
||||
Reference in New Issue
Block a user