Java org.springframework.messaging.simp.stomp BufferingStompDecoder fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.messaging.simp.stomp BufferingStompDecoder fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.messaging.simp.stomp BufferingStompDecoder.

The text is from its open source code.

Constructor

BufferingStompDecoder(StompDecoder stompDecoder, int bufferSizeLimit)
Create a new BufferingStompDecoder wrapping the given StompDecoder .

Method

List>decode(ByteBuffer newBuffer)
Decodes one or more STOMP frames from the given ByteBuffer into a list of Message Messages .
intgetBufferSize()
Calculate the current buffer size.
intgetBufferSizeLimit()
Return the configured buffer size limit.