Generated by
JDiff

Package org.springframework.web.socket.handler

Added Classes
ConcurrentWebSocketSessionDecorator Wraps a org.springframework.web.socket.WebSocketSession and guarantees only one thread can send messages at a time.
SessionLimitExceededException Raised when a WebSocket session has exceeded limits it has been configured for, e.g.
WebSocketSessionDecorator Wraps another org.springframework.web.socket.WebSocketSession instance and delegates to it.
 

Changed Classes
WebSocketHandlerDecorator Wraps another org.springframework.web.socket.WebSocketHandler instance and delegates to it.