Uses of Package
org.springframework.web.socket.messaging
Package
Description
Configuration support for WebSocket request handling.
Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
-
ClassDescriptionAn implementation of
WebSocketHandler
that delegates incoming WebSocket messages to aSubProtocolHandler
along with aMessageChannel
to which the sub-protocol handler can send messages from WebSocket clients to the application. -
-
ClassDescriptionA base class for events for a message received from a WebSocket client and parsed into a higher-level sub-protocol (e.g.A
SubProtocolErrorHandler
for use with STOMP.Contract for access to session counters.A contract for handling sub-protocol errors sent to clients.A contract for handling WebSocket messages as part of a higher level protocol, referred to as "sub-protocol" in the WebSocket RFC specification.Contract for access to session counters.