Uses of Class
org.springframework.messaging.simp.stomp.StompHeaderAccessor
Package
Description
Generic support for simple messaging protocols (like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of StompHeaderAccessor in org.springframework.messaging.simp.stomp
Modifier and TypeMethodDescriptionstatic StompHeaderAccessor
StompHeaderAccessor.create
(StompCommand command) Create an instance for the given STOMP command.static StompHeaderAccessor
Create an instance for the given STOMP command and headers.static StompHeaderAccessor
StompHeaderAccessor.createForHeartbeat()
Create headers for a heartbeat.DefaultStompSession.getConnectHeaders()
StompTcpConnectionHandler.getConnectHeaders()
Return the headers that will be sent in the STOMP CONNECT frame.static StompHeaderAccessor
Create an instance from the payload and headers of the given Message. -
Uses of StompHeaderAccessor in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionprotected StompHeaderAccessor
StompSubProtocolHandler.toMutableAccessor
(StompHeaderAccessor headerAccessor, Message<?> message) Modifier and TypeMethodDescriptionprotected Message<byte[]>
StompSubProtocolErrorHandler.handleInternal
(StompHeaderAccessor errorHeaderAccessor, byte[] errorPayload, Throwable cause, StompHeaderAccessor clientHeaderAccessor) protected StompHeaderAccessor
StompSubProtocolHandler.toMutableAccessor
(StompHeaderAccessor headerAccessor, Message<?> message)