Uses of Class
org.springframework.messaging.simp.stomp.StompHeaderAccessor
Packages that use 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.stompMethods 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.
- 
Uses of StompHeaderAccessor in org.springframework.web.socket.messagingMethods in org.springframework.web.socket.messaging that return StompHeaderAccessorModifier and TypeMethodDescriptionprotected StompHeaderAccessorStompSubProtocolHandler.toMutableAccessor(StompHeaderAccessor headerAccessor, Message<?> message) Methods in org.springframework.web.socket.messaging with parameters of type StompHeaderAccessorModifier and TypeMethodDescriptionprotected Message<byte[]>StompSubProtocolErrorHandler.handleInternal(StompHeaderAccessor errorHeaderAccessor, byte[] errorPayload, Throwable cause, StompHeaderAccessor clientHeaderAccessor) protected StompHeaderAccessorStompSubProtocolHandler.toMutableAccessor(StompHeaderAccessor headerAccessor, Message<?> message)