Uses of Class
org.eclipse.jetty.fcgi.parser.ContentParser
-
Packages that use ContentParser Package Description org.eclipse.jetty.fcgi.parser -
-
Uses of ContentParser in org.eclipse.jetty.fcgi.parser
Subclasses of ContentParser in org.eclipse.jetty.fcgi.parser Modifier and Type Class Description class
BeginRequestContentParser
Parser for the BEGIN_REQUEST frame body.class
EndRequestContentParser
Parser for the END_REQUEST frame body.class
ParamsContentParser
Parser for the PARAMS frame body.class
ResponseContentParser
The parser for STDOUT type frame bodies.class
StreamContentParser
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 ContentParser Modifier and Type Field Description private java.util.EnumMap<FCGI.FrameType,ContentParser>
ClientParser. contentParsers
private java.util.EnumMap<FCGI.FrameType,ContentParser>
ServerParser. contentParsers
Methods in org.eclipse.jetty.fcgi.parser that return ContentParser Modifier and Type Method Description protected ContentParser
ClientParser. findContentParser(FCGI.FrameType frameType)
protected abstract ContentParser
Parser. findContentParser(FCGI.FrameType frameType)
protected ContentParser
ServerParser. findContentParser(FCGI.FrameType frameType)
-