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 |
---|---|
StompDecoder |
BufferingStompDecoder.getStompDecoder()
Return the wrapped
StompDecoder . |
Constructor and Description |
---|
BufferingStompDecoder(StompDecoder stompDecoder,
int bufferSizeLimit)
Create a new
BufferingStompDecoder wrapping the given StompDecoder . |
StompReactorNettyCodec(StompDecoder decoder) |
StompReactorNettyCodec(StompDecoder decoder,
StompEncoder encoder) |
Modifier and Type | Method and Description |
---|---|
void |
StompSubProtocolHandler.setDecoder(StompDecoder decoder)
Configure a
StompDecoder for decoding STOMP frames. |