Generated by
JDiff

Package org.springframework.web.socket.messaging

Added Classes
AbstractSubProtocolEvent A base class for events for a message received from a WebSocket client and parsed into a higher level sub-protocol (e.g.
SessionSubscribeEvent Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
SessionUnsubscribeEvent Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
 

Changed Classes
SessionConnectEvent Event raised when a new WebSocket client using a Simple Messaging Protocol (e.g.
SessionConnectedEvent A connected event represents the server response to a client's connect request.
StompSubProtocolHandler A SubProtocolHandler for STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification.
SubProtocolWebSocketHandler An implementation of WebSocketHandler that delegates incoming WebSocket messages to a SubProtocolHandler along with a MessageChannel to which the sub-protocol handler can send messages from WebSocket clients to the application.