Uses of Class
org.springframework.messaging.simp.stomp.StompDecoder
Packages that use StompDecoder 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.Uses of StompDecoder in org.springframework.messaging.simp.stomp
Methods in org.springframework.messaging.simp.stomp that return StompDecoder Modifier and Type Method Description StompDecoderBufferingStompDecoder. getStompDecoder()Return the wrappedStompDecoder.Constructors in org.springframework.messaging.simp.stomp with parameters of type StompDecoder Constructor Description BufferingStompDecoder(StompDecoder stompDecoder, int bufferSizeLimit)Create a newBufferingStompDecoderwrapping the givenStompDecoder.StompReactorNettyCodec(StompDecoder decoder)StompReactorNettyCodec(StompDecoder decoder, StompEncoder encoder)Uses of StompDecoder in org.springframework.web.socket.messaging
Methods in org.springframework.web.socket.messaging with parameters of type StompDecoder Modifier and Type Method Description voidStompSubProtocolHandler. setDecoder(StompDecoder decoder)Configure aStompDecoderfor decoding STOMP frames.