spring-framework / org.springframework.web.socket.config.annotation / DelegatingWebSocketConfiguration

DelegatingWebSocketConfiguration

@Configuration open class DelegatingWebSocketConfiguration : WebSocketConfigurationSupport

A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling.

Author
Rossen Stoyanchev

Since
4.0

Constructors

<init>

DelegatingWebSocketConfiguration()

A variation of WebSocketConfigurationSupport that detects implementations of WebSocketConfigurer in Spring configuration and invokes them in order to configure WebSocket request handling.

Functions

setConfigurers

open fun setConfigurers(configurers: MutableList<WebSocketConfigurer>): Unit