Package | Description |
---|---|
org.eclipse.jetty.http2.parser |
Modifier and Type | Class and Description |
---|---|
class |
ContinuationBodyParser |
class |
DataBodyParser |
class |
GoAwayBodyParser |
class |
HeadersBodyParser |
class |
PingBodyParser |
class |
PriorityBodyParser |
class |
PushPromiseBodyParser |
class |
ResetBodyParser |
class |
SettingsBodyParser |
class |
UnknownBodyParser |
class |
WindowUpdateBodyParser |
Modifier and Type | Field and Description |
---|---|
private BodyParser[] |
Parser.bodyParsers |
private BodyParser |
HeaderBlockParser.notifier |
Constructor and Description |
---|
HeaderBlockParser(HeaderParser headerParser,
ByteBufferPool byteBufferPool,
HpackDecoder hpackDecoder,
BodyParser notifier) |