public class StreamContentParser extends ContentParser
ContentParser.Result| Constructor and Description |
|---|
StreamContentParser(HeaderParser headerParser,
FCGI.StreamType streamType,
Parser.Listener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
end(int request) |
void |
noContent() |
protected boolean |
onContent(ByteBuffer buffer) |
ContentParser.Result |
parse(ByteBuffer buffer) |
getContentLength, getRequestprotected static final Logger logger
public StreamContentParser(HeaderParser headerParser, FCGI.StreamType streamType, Parser.Listener listener)
public ContentParser.Result parse(ByteBuffer buffer)
parse in class ContentParserpublic void noContent()
noContent in class ContentParserprotected boolean onContent(ByteBuffer buffer)
protected void end(int request)
Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.