Generated by
JDiff

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

Changed Classes and Interfaces
AbstractWebSocketHandlerRegistration Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows sub-classes to put together the actual HTTP request mappings.
ServletWebSocketHandlerRegistry A WebSocketHandlerRegistry that maps WebSocketHandlers to URLs for use in a Servlet container.
StompWebSocketEndpointRegistration A contract for configuring a STOMP over WebSocket endpoint.
WebMvcStompEndpointRegistry A registry for STOMP over WebSocket endpoints that maps the endpoints with a SimpleUrlHandlerMapping for use in Spring MVC.
WebMvcStompWebSocketEndpointRegistration An abstract base class class for configuring STOMP over WebSocket/SockJS endpoints.
WebSocketMessageBrokerConfigurationSupport Extends AbstractMessageBrokerConfiguration and adds configuration for receiving and responding to STOMP messages from WebSocket clients.