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