Class AbstractWebSocketHandlerRegistration<M>

java.lang.Object
org.springframework.web.socket.config.annotation.AbstractWebSocketHandlerRegistration<M>
Type Parameters:
M - the mappings type
All Implemented Interfaces:
WebSocketHandlerRegistration
Direct Known Subclasses:
ServletWebSocketHandlerRegistration

public abstract class AbstractWebSocketHandlerRegistration<M> extends Object implements WebSocketHandlerRegistration
Base class for WebSocketHandlerRegistrations that gathers all the configuration options but allows subclasses to put together the actual HTTP request mappings.
Since:
4.0
Author:
Rossen Stoyanchev, Sebastien Deleuze