Package | Description |
---|---|
org.springframework.messaging.simp.stomp |
Generic support for simple messaging protocols (like STOMP).
|
org.springframework.web.socket.messaging |
WebSocket integration for Spring's messaging module.
|
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.
|
Modifier and Type | Method and Description |
---|---|
protected StompHeaderAccessor |
StompSubProtocolHandler.toMutableAccessor(StompHeaderAccessor headerAccessor,
Message<?> message) |
Modifier and Type | Method and Description |
---|---|
protected Message<byte[]> |
StompSubProtocolErrorHandler.handleInternal(StompHeaderAccessor errorHeaderAccessor,
byte[] errorPayload,
Throwable cause,
StompHeaderAccessor clientHeaderAccessor) |
protected StompHeaderAccessor |
StompSubProtocolHandler.toMutableAccessor(StompHeaderAccessor headerAccessor,
Message<?> message) |