Generated by
JDiff

Package org.springframework.messaging.simp.stomp

Removed Classes
StompReactorNettyTcpClient A variation of ReactorNettyTcpClient for sending and receiving STOMP frames.
 

Added 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.
 

Changed Classes
StompDecoder Decodes one or more STOMP frames contained in a ByteBuffer.