@Configuration @EnableWebSocket public class WebSocketConfiguration extends Object implements org.springframework.web.socket.config.annotation.WebSocketConfigurer
Constructor and Description |
---|
WebSocketConfiguration(WebSocketHandler webSocketHandler,
WebSocketInterceptor webSocketInterceptor) |
Modifier and Type | Method and Description |
---|---|
void |
registerWebSocketHandlers(org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry registry) |
@Autowired public WebSocketConfiguration(WebSocketHandler webSocketHandler, WebSocketInterceptor webSocketInterceptor)
Copyright © 2022. All rights reserved.