public class ServerParser extends Parser
Modifier and Type | Class and Description |
---|---|
static interface |
ServerParser.Listener |
Modifier and Type | Field and Description |
---|---|
private java.util.EnumMap<FCGI.FrameType,ContentParser> |
contentParsers |
headerParser
Constructor and Description |
---|
ServerParser(ServerParser.Listener listener) |
Modifier and Type | Method and Description |
---|---|
protected ContentParser |
findContentParser(FCGI.FrameType frameType) |
private final java.util.EnumMap<FCGI.FrameType,ContentParser> contentParsers
public ServerParser(ServerParser.Listener listener)
protected ContentParser findContentParser(FCGI.FrameType frameType)
findContentParser
in class Parser