Uses of Package
org.springframework.messaging.simp.stomp
Packages that use 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).
-
Classes in org.springframework.messaging.simp.stomp used by org.springframework.messaging.simp.config
-
Classes in org.springframework.messaging.simp.stomp used by org.springframework.messaging.simp.stompClassDescriptionA
StompSessionthat implementsTcpConnectionHandlerin 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.AMessageHeaderAccessorto use when creating aMessagefrom a decoded STOMP frame, or when encoding aMessageto 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.ATcpConnectionHandlerfor use with STOMP connections, exposing further information about the connection.