BodyParser.parse

<p> Parses the body bytes in the given {@code buffer}; only the body bytes are consumed, therefore when this method returns, the buffer may contain unconsumed bytes. </p>

@param buffer the buffer to parse @return true if the whole body bytes were parsed, false if not enough body bytes were present in the buffer

class BodyParser
abstract
bool
parse
(
ByteBuffer buffer
)

Meta