Uses of Class
org.springframework.web.socket.messaging.AbstractSubProtocolEvent
Packages that use AbstractSubProtocolEvent
Package
Description
WebSocket integration for Spring's messaging module.
-
Uses of AbstractSubProtocolEvent in org.springframework.web.socket.messaging
Subclasses of AbstractSubProtocolEvent in org.springframework.web.socket.messagingModifier and TypeClassDescriptionclassA connected event represents the server response to a client's connect request.classEvent raised when a new WebSocket client using a Simple Messaging Protocol (for example, STOMP) as the WebSocket sub-protocol issues a connect request.classEvent raised when the session of a WebSocket client using a Simple Messaging Protocol (for example, STOMP) as the WebSocket sub-protocol is closed.classEvent raised when a new WebSocket client using a Simple Messaging Protocol (for example, STOMP) sends a subscription request.classEvent raised when a new WebSocket client using a Simple Messaging Protocol (for example, STOMP) sends a request to remove a subscription.