Uses of Package
org.springframework.web.socket.messaging
Packages that use 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.
-
Classes in org.springframework.web.socket.messaging used by org.springframework.web.socket.configClassDescriptionContract for access to session counters.An implementation of
webSocketHandlerthat delegates incoming webSocket messages to aSubProtocolHandleralong with aMessageChannelto which the sub-protocol handler can send messages from webSocket clients to the application.Contract for access to session counters. -
-
Classes in org.springframework.web.socket.messaging used by org.springframework.web.socket.messagingClassDescriptionA base class for events for a message received from a webSocket client and parsed into a higher-level sub-protocol (for example, STOMP).A
SubProtocolErrorHandlerfor 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.