Uses of Class
org.springframework.messaging.simp.stomp.StompDecoder
Packages that use 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.stompMethods in org.springframework.messaging.simp.stomp that return StompDecoderModifier and TypeMethodDescriptionfinal StompDecoderBufferingStompDecoder.getStompDecoder()Return the wrappedStompDecoder.Constructors in org.springframework.messaging.simp.stomp with parameters of type StompDecoderModifierConstructorDescriptionBufferingStompDecoder(StompDecoder stompDecoder, int bufferSizeLimit) Create a newBufferingStompDecoderwrapping 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.messagingMethods in org.springframework.web.socket.messaging with parameters of type StompDecoderModifier and TypeMethodDescriptionvoidStompSubProtocolHandler.setDecoder(StompDecoder decoder) Configure aStompDecoderfor decoding STOMP frames.