Uses of Interface
org.springframework.web.socket.handler.WebSocketHandlerDecoratorFactory
Packages that use WebSocketHandlerDecoratorFactory
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
-
Uses of WebSocketHandlerDecoratorFactory in org.springframework.web.socket.config.annotation
Methods in org.springframework.web.socket.config.annotation that return types with arguments of type WebSocketHandlerDecoratorFactoryModifier and TypeMethodDescriptionprotected List<WebSocketHandlerDecoratorFactory>
WebSocketTransportRegistration.getDecoratorFactories()
Methods in org.springframework.web.socket.config.annotation with parameters of type WebSocketHandlerDecoratorFactoryModifier and TypeMethodDescriptionWebSocketTransportRegistration.addDecoratorFactory
(WebSocketHandlerDecoratorFactory factory) Add a factory that to decorate the handler used to process WebSocket messages.WebSocketTransportRegistration.setDecoratorFactories
(WebSocketHandlerDecoratorFactory... factories) Configure one or more factories to decorate the handler used to process WebSocket messages.