mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Rename classes not specific to Tomcat: TomcatWebSocketSession -> StandardWebSocketSession TomcatWebSocketHandlerAdapter -> StandardWebSocketHandlerAdapter WebSocketSessionSupport is renamed to AbstractWebSocketSession since it actually is a WebSocketSession and pre-implements a number of methods. ServerEndpointRegistration is now package private (mainly for use in upgrade strategies) and renamed to DefaultServerEndpointConfig.