Generated by
JDiff

Package org.springframework.messaging.simp.stomp

Removed Classes
StompCodec A Reactor TCP Codec for sending and receiving STOMP messages.
 

Changed Classes
BufferingStompDecoder An extension of org.springframework.messaging.simp.stomp.StompDecoder that buffers content remaining in the input ByteBuffer after the parent class has read all (complete) STOMP frames from it.
StompBrokerRelayMessageHandler A org.springframework.messaging.MessageHandler that handles messages by forwarding them to a STOMP broker.
StompDecoder Decodes one or more STOMP frames contained in a ByteBuffer.
StompEncoder An encoder for STOMP frames.
StompHeaderAccessor A {@code MessageHeaderAccessor} to use when creating a {@code Message} from a decoded STOMP frame, or when encoding a {@code Message} to a STOMP frame.