Decoration should be done through sub-classing {@link org.springframework.web.socket.handler.WebSocketHandlerDecorator WebSocketHandlerDecorator} to allow any code to traverse decorators and/orunwrap the original handler when necessary . @author Rossen Stoyanchev @since 4.1.2
|
|