Package org.eclipse.jetty.fcgi.parser
-
Interface Summary Interface Description ClientParser.Listener Parser.Listener ServerParser.Listener -
Class Summary Class Description BeginRequestContentParser Parser for the BEGIN_REQUEST frame content.ClientParser ClientParser.Listener.Adapter ContentParser Parser for FastCGI frame content.EndRequestContentParser Parser for the END_REQUEST frame content.HeaderParser Parser for the FastCGI frame header.ParamsContentParser Parser for the PARAMS frame content.Parser The FastCGI protocol exchanges frames.Parser.Listener.Adapter ResponseContentParser The parser for STDOUT frame content.ServerParser ServerParser.Listener.Adapter StreamContentParser A stream content parser parses frame bodies of type STDIN, STDOUT and STDERR. -
Enum Summary Enum Description ContentParser.Result The result of the frame content parsing.