Uses of Class
org.springframework.messaging.simp.stomp.StompDecoder
Package
Description
Generic support for simple messaging protocols (like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of StompDecoder in org.springframework.messaging.simp.stomp
Modifier and TypeMethodDescriptionfinal StompDecoder
BufferingStompDecoder.getStompDecoder()
Return the wrappedStompDecoder
.ModifierConstructorDescriptionBufferingStompDecoder
(StompDecoder stompDecoder, int bufferSizeLimit) Create a newBufferingStompDecoder
wrapping the givenStompDecoder
.StompReactorNettyCodec
(StompDecoder decoder) StompReactorNettyCodec
(StompDecoder decoder, StompEncoder encoder) StompTcpMessageCodec
(StompDecoder decoder) StompTcpMessageCodec
(StompDecoder decoder, StompEncoder encoder) -
Uses of StompDecoder in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionvoid
StompSubProtocolHandler.setDecoder
(StompDecoder decoder) Configure aStompDecoder
for decoding STOMP frames.