Uses of Package
org.springframework.messaging.simp.stomp
Package
Description
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Configuration support for WebSocket request handling.
WebSocket integration for Spring's messaging module.
-
-
ClassDescriptionA
StompSession
that implementsTcpConnectionHandler
in order to send and receive messages.Contract for access to session counters.Base class for STOMP client implementations.Represents a STOMP command.Decodes one or more STOMP frames contained in aByteBuffer
.An encoder for STOMP frames.Contract to handle a STOMP frame.AMessageHeaderAccessor
to use when creating aMessage
from a decoded STOMP frame, or when encoding aMessage
to a STOMP frame.Represents STOMP frame headers.Represents a STOMP session with operations to send messages, create subscriptions and receive messages on those subscriptions.A handle to use to track receipts.A handle to use to unsubscribe or to track a receipt.A contract for client STOMP session lifecycle events including a callback when the session is established and notifications of transport or message handling failures.ATcpConnectionHandler
for use with STOMP connections, exposing further information about the connection. -
-
ClassDescriptionBase class for STOMP client implementations.Decodes one or more STOMP frames contained in a
ByteBuffer
.An encoder for STOMP frames.AMessageHeaderAccessor
to use when creating aMessage
from a decoded STOMP frame, or when encoding aMessage
to a STOMP frame.Represents STOMP frame headers.Represents a STOMP session with operations to send messages, create subscriptions and receive messages on those subscriptions.A contract for client STOMP session lifecycle events including a callback when the session is established and notifications of transport or message handling failures.