Interface WebSocketConfigurer
public interface WebSocketConfigurer
Defines callback methods to configure the WebSocket request handling
via
@EnableWebSocket
.- Since:
- 4.0
- Author:
- Rossen Stoyanchev
-
Method Summary
Modifier and TypeMethodDescriptionvoid
RegisterWebSocketHandlers
including SockJS fallback options if desired.
-
Method Details
-
registerWebSocketHandlers
RegisterWebSocketHandlers
including SockJS fallback options if desired.
-