hunt.http.codec.http.decode.BodyParser

Undocumented in source.

Members

Classes

BodyParser
class BodyParser

<p> The base parser for the frame body of HTTP/2 frames. </p> <p> Subclasses implement {@link #parse(ByteBuffer)} to parse the frame specific body. </p>

Meta