Class HeaderParser

java.lang.Object
org.eclipse.jetty.fcgi.parser.HeaderParser

public class HeaderParser extends Object

Parser for the FastCGI frame header.

 struct frame_header {
     ubyte version;
     ubyte type;
     ushort requestId;
     ushort contentLength;
     ubyte paddingLength;
     ubyte reserved;
 }
 
See Also: