public class BeginRequestContentParser extends ContentParser
Parser for the BEGIN_REQUEST frame body.
struct begin_request_body {
ushort role;
ubyte flags;
ubyte[5] reserved;
}
ContentParser.Result| Constructor | Description |
|---|---|
BeginRequestContentParser(HeaderParser headerParser,
ServerParser.Listener listener) |
| Modifier and Type | Method | Description |
|---|---|---|
ContentParser.Result |
parse(java.nio.ByteBuffer buffer) |
getContentLength, getRequest, noContentpublic BeginRequestContentParser(HeaderParser headerParser, ServerParser.Listener listener)
public ContentParser.Result parse(java.nio.ByteBuffer buffer)
parse in class ContentParserCopyright © 1995–2018 Webtide. All rights reserved.