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 body.class
Parser for the END_REQUEST frame body.class
Parser for the PARAMS frame body.class
The parser for STDOUT type frame bodies.class
A 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.contentParsers
private final EnumMap
<FCGI.FrameType, ContentParser> ServerParser.contentParsers
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)