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 TypeClassDescriptionclassParser for the BEGIN_REQUEST frame body.classParser for the END_REQUEST frame body.classParser for the PARAMS frame body.classThe parser for STDOUT type frame bodies.classA stream content parser parses frame bodies of type STDIN, STDOUT and STDERR.Fields in org.eclipse.jetty.fcgi.parser with type parameters of type ContentParserModifier and TypeFieldDescriptionprivate final EnumMap<FCGI.FrameType, ContentParser> ClientParser.contentParsersprivate final EnumMap<FCGI.FrameType, ContentParser> ServerParser.contentParsersMethods in org.eclipse.jetty.fcgi.parser that return ContentParserModifier and TypeMethodDescriptionprotected ContentParserClientParser.findContentParser(FCGI.FrameType frameType) protected abstract ContentParserParser.findContentParser(FCGI.FrameType frameType) protected ContentParserServerParser.findContentParser(FCGI.FrameType frameType)