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

WebSocketConfigurer

interface WebSocketConfigurer

Defines callback methods to configure the WebSocket request handling via org.springframework.web.socket.config.annotation.EnableWebSocket.

Author
Rossen Stoyanchev

Since
4.0

Functions

registerWebSocketHandlers

abstract fun registerWebSocketHandlers(registry: WebSocketHandlerRegistry): Unit

Register WebSocketHandlers including SockJS fallback options if desired.