| Package | Description |
|---|---|
| org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
| Modifier and Type | Method and Description |
|---|---|
static StompHeaderAccessor |
StompHeaderAccessor.create(StompCommand command)
Create an instance for the given STOMP command.
|
static StompHeaderAccessor |
StompHeaderAccessor.create(StompCommand command,
Map<String,List<String>> headers)
Create an instance for the given STOMP command and headers.
|
static StompHeaderAccessor |
StompHeaderAccessor.createForHeartbeat()
Create headers for a heartbeat.
|
StompHeaderAccessor |
DefaultStompSession.getConnectHeaders() |
StompHeaderAccessor |
StompTcpConnectionHandler.getConnectHeaders()
Return the headers that will be sent in the STOMP CONNECT frame.
|
static StompHeaderAccessor |
StompHeaderAccessor.wrap(Message<?> message)
Create an instance from the payload and headers of the given Message.
|