|
Generated by JDiff |
|||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Added Methods | |
List<Message<byte[]>> decode(ByteBuffer, |
Decodes one or more STOMP frames from the given {@code buffer} and returns a list of Messages. |
Integer getContentLength(MultiValueMap<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. |
|
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |