Uses of Class
org.springframework.messaging.simp.stomp.StompDecoder
Packages that use StompDecoder
Package
Description
Generic support for simple messaging protocols (like STOMP).
-
Uses of StompDecoder in org.springframework.messaging.simp.stomp
Methods 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)