Uses of Class
org.eclipse.jetty.fcgi.parser.ContentParser
Packages that use ContentParser
-
Uses of ContentParser in org.eclipse.jetty.fcgi.parser
Subclasses of ContentParser in org.eclipse.jetty.fcgi.parserModifier 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.Methods in org.eclipse.jetty.fcgi.parser that return ContentParserModifier and TypeMethodDescriptionprotected ContentParser
ClientParser.findContentParser
(FCGI.FrameType frameType) protected abstract ContentParser
Parser.findContentParser
(FCGI.FrameType frameType) protected ContentParser
ServerParser.findContentParser
(FCGI.FrameType frameType)