Uses of Class
org.eclipse.jetty.fcgi.parser.ContentParser
-
Uses of ContentParser in org.eclipse.jetty.fcgi.parser
Modifier and TypeClassDescriptionclass
Parser for the BEGIN_REQUEST frame content.class
Parser for the END_REQUEST frame content.class
Parser for the PARAMS frame content.class
The parser for STDOUT frame content.class
A stream content parser parses frame bodies of type STDIN, STDOUT and STDERR.Modifier and TypeMethodDescriptionprotected ContentParser
ClientParser.findContentParser
(FCGI.FrameType frameType) protected abstract ContentParser
Parser.findContentParser
(FCGI.FrameType frameType) protected ContentParser
ServerParser.findContentParser
(FCGI.FrameType frameType)