Generated by
JDiff

Class org.springframework.messaging.simp.stomp.StompDecoder

Added Methods
List<Message<byte[]>> decode(ByteBuffer, MultiValueMap<String, String>) Decodes one or more STOMP frames from the given {@code buffer} and returns a list of Messages.
Integer getContentLength(MultiValueMap<String, String>)  
void skipLeadingEol(ByteBuffer) Skip one ore more EOL characters at the start of the given ByteBuffer.
 

Changed Methods
List<Message<byte[]>> decode(ByteBuffer) Change in return type from Message<byte[]> to List<Message<byte[]>>.
Decodes one or more STOMP frames from the given {@code ByteBuffer} into a list of Messages.