Class ServletWebSocketHandlerRegistration

java.lang.Object
org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration<MultiValueMap<HttpRequestHandler,String>>
org.springframework.web.socket.config.annotation.ServletWebSocketHandlerRegistration
All Implemented Interfaces:
WebSocketHandlerRegistration

public class ServletWebSocketHandlerRegistration extends AbstractWebSocketHandlerRegistration<MultiValueMap<HttpRequestHandler,String>>
A helper class for configuring WebSocketHandler request handling including SockJS fallback options.
Since:
4.0
Author:
Rossen Stoyanchev