Class StompSubProtocolHandler

java.lang.Object
org.springframework.web.socket.messaging.StompSubProtocolHandler
All Implemented Interfaces:
Aware, ApplicationEventPublisherAware, SubProtocolHandler

public class StompSubProtocolHandler extends Object implements SubProtocolHandler, ApplicationEventPublisherAware
A SubProtocolHandler for STOMP that supports versions 1.0, 1.1, and 1.2 of the STOMP specification.
Since:
4.0
Author:
Rossen Stoyanchev, Andy Wilkinson