Package | Description |
---|---|
org.springframework.web.socket.config.annotation |
Support for annotation-based WebSocket setup in configuration classes.
|
Modifier and Type | Method and Description |
---|---|
protected List<WebSocketHandlerDecoratorFactory> |
WebSocketTransportRegistration.getDecoratorFactories() |
Modifier and Type | Method and Description |
---|---|
WebSocketTransportRegistration |
WebSocketTransportRegistration.addDecoratorFactory(WebSocketHandlerDecoratorFactory factory)
Add a factory that to decorate the handler used to process WebSocket
messages.
|
WebSocketTransportRegistration |
WebSocketTransportRegistration.setDecoratorFactories(WebSocketHandlerDecoratorFactory... factories)
Configure one or more factories to decorate the handler used to process
WebSocket messages.
|