Package | Description |
---|---|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
Modifier and Type | Class and Description |
---|---|
class |
SessionConnectedEvent
A connected event represents the server response to a client's connect request.
|
class |
SessionConnectEvent
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
|
class |
SessionDisconnectEvent
Event raised when the session of a WebSocket client using a Simple Messaging
Protocol (e.g.
|
class |
SessionSubscribeEvent
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
|
class |
SessionUnsubscribeEvent
Event raised when a new WebSocket client using a Simple Messaging Protocol
(e.g.
|