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