Class webSocketHandlerDecorator

java.lang.Object
org.springframework.web.socket.handler.webSocketHandlerDecorator
All Implemented Interfaces:
webSocketHandler
Direct Known Subclasses:
ExceptionwebSocketHandlerDecorator, LoggingwebSocketHandlerDecorator

public class webSocketHandlerDecorator extends Object implements webSocketHandler
Wraps another webSocketHandler instance and delegates to it.

Also provides a getDelegate() method to return the decorated handler as well as a getLastHandler() method to go through all nested delegates and return the "last" handler.

Since:
4.0
Author:
Rossen Stoyanchev