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.
|
Constructor and Description |
---|
StompReactorNettyCodec(StompDecoder decoder,
StompEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
void |
StompSubProtocolHandler.setEncoder(StompEncoder encoder)
Configure a
StompEncoder for encoding STOMP frames. |