Generated by
JDiff

Package org.springframework.web.socket.config.annotation

Added Classes
WebSocketTransportRegistration Configure the processing of messages received from and sent to WebSocket clients.
 

Changed Classes and Interfaces
AbstractWebSocketMessageBrokerConfigurer A convenient abstract base class for WebSocketMessageBrokerConfigurer implementations providing empty method implementations for optional methods.
DelegatingWebSocketMessageBrokerConfiguration A WebSocketMessageBrokerConfigurationSupport extension that detects beans of type WebSocketMessageBrokerConfigurer and delegates to all of them allowing callback style customization of the configuration provided in WebSocketMessageBrokerConfigurationSupport.
WebMvcStompEndpointRegistry A registry for STOMP over WebSocket endpoints that maps the endpoints with a SimpleUrlHandlerMapping for use in Spring MVC.
WebSocketMessageBrokerConfigurationSupport Extends AbstractMessageBrokerConfiguration and adds configuration for receiving and responding to STOMP messages from WebSocket clients.
WebSocketMessageBrokerConfigurer Defines methods for configuring message handling with simple messaging protocols (e.g.