Wraps another {@link org.springframework.web.socket.WebSocketHandler}instance and delegates to it.
Also provides a {@link #getDelegate()} method to return the decoratedhandler as well as a {@link #getLastHandler()} method to go through all nesteddelegates and return the "last" handler.
@author Rossen Stoyanchev
@since 4.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.