| Package | Description |
|---|---|
| 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.
|
| 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) |
Copyright © 1995–2018 Webtide. All rights reserved.