public abstract class Parser extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
Parser.Listener |
Modifier and Type | Field and Description |
---|---|
protected HeaderParser |
headerParser |
Constructor and Description |
---|
Parser() |
Modifier and Type | Method and Description |
---|---|
protected abstract ContentParser |
findContentParser(FCGI.FrameType frameType) |
boolean |
parse(ByteBuffer buffer) |
protected final HeaderParser headerParser
public boolean parse(ByteBuffer buffer)
buffer
- the bytes to parseprotected abstract ContentParser findContentParser(FCGI.FrameType frameType)
Copyright © 1995-2015 Webtide. All Rights Reserved.