Uses of Interface
org.springframework.web.socket.config.annotation.WebSocketHandlerRegistry
Packages that use WebSocketHandlerRegistry Package Description org.springframework.web.socket.config.annotation Support for annotation-based WebSocket setup in configuration classes.Uses of WebSocketHandlerRegistry in org.springframework.web.socket.config.annotation
Classes in org.springframework.web.socket.config.annotation that implement WebSocketHandlerRegistry Modifier and Type Class Description classServletWebSocketHandlerRegistryWebSocketHandlerRegistrywith Spring MVC handler mappings for the handshake requests.Methods in org.springframework.web.socket.config.annotation with parameters of type WebSocketHandlerRegistry Modifier and Type Method Description protected voidDelegatingWebSocketConfiguration. registerWebSocketHandlers(WebSocketHandlerRegistry registry)protected voidWebSocketConfigurationSupport. registerWebSocketHandlers(WebSocketHandlerRegistry registry)voidWebSocketConfigurer. registerWebSocketHandlers(WebSocketHandlerRegistry registry)RegisterWebSocketHandlersincluding SockJS fallback options if desired.