Class BeginRequestContentParser
java.lang.Object
org.eclipse.jetty.fcgi.parser.ContentParser
org.eclipse.jetty.fcgi.parser.BeginRequestContentParser
Parser for the BEGIN_REQUEST frame content.
struct begin_request_body {
    ushort role;
    ubyte flags;
    ubyte[5] reserved;
}
- 
Nested Class Summary
Nested classes/interfaces inherited from class ContentParser
ContentParser.Result - 
Constructor Summary
ConstructorsConstructorDescriptionBeginRequestContentParser(HeaderParser headerParser, ServerParser.Listener listener)  - 
Method Summary
Modifier and TypeMethodDescriptionlongparse(ByteBuffer buffer) Parses the bytes in the givenbufferas FastCGI frame content bytes.Methods inherited from class ContentParser
getContentLength, getRequest, noContent 
- 
Constructor Details
- 
BeginRequestContentParser
 
 - 
 - 
Method Details
- 
getBeginNanoTime
public long getBeginNanoTime() - 
parse
Description copied from class:ContentParserParses the bytes in the given
bufferas FastCGI frame content bytes.- Specified by:
 parsein classContentParser- Parameters:
 buffer- the bytes to parse- Returns:
 - the result of the parsing
 
 
 -