Uses of Class
org.springframework.messaging.simp.stomp.StompHeaderAccessor
Packages that use StompHeaderAccessor
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompHeaderAccessor in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp that return StompHeaderAccessorModifier and TypeMethodDescriptionstatic StompHeaderAccessorStompHeaderAccessor.create(StompCommand command) Create an instance for the given STOMP command.static StompHeaderAccessorCreate an instance for the given STOMP command and headers.static StompHeaderAccessorStompHeaderAccessor.createForHeartbeat()Create headers for a heartbeat.DefaultStompSession.getConnectHeaders()StompTcpConnectionHandler.getConnectHeaders()Return the headers that will be sent in the STOMP CONNECT frame.static StompHeaderAccessorCreate an instance from the payload and headers of the given Message.