Class AdkWebServer.WebSocketConfig
java.lang.Object
com.google.adk.web.AdkWebServer.WebSocketConfig
- All Implemented Interfaces:
org.springframework.web.socket.config.annotation.WebSocketConfigurer
- Enclosing class:
AdkWebServer
@Configuration
@EnableWebSocket
public static class AdkWebServer.WebSocketConfig
extends Object
implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
Configuration class for WebSocket handling.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
registerWebSocketHandlers
(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry)
-
Constructor Details
-
WebSocketConfig
-
-
Method Details
-
registerWebSocketHandlers
public void registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) - Specified by:
registerWebSocketHandlers
in interfaceorg.springframework.web.socket.config.annotation.WebSocketConfigurer
-