Class BodyParser

java.lang.Object
org.eclipse.jetty.http2.parser.BodyParser
Direct Known Subclasses:
ContinuationBodyParser, DataBodyParser, GoAwayBodyParser, HeadersBodyParser, PingBodyParser, PriorityBodyParser, PushPromiseBodyParser, ResetBodyParser, SettingsBodyParser, UnknownBodyParser, WindowUpdateBodyParser

public abstract class BodyParser extends Object

The base parser for the frame body of HTTP/2 frames.

Subclasses implement parse(ByteBuffer) to parse the frame specific body.

See Also: