public abstract class ContentParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContentParser.Result |
Modifier | Constructor and Description |
---|---|
protected |
ContentParser(HeaderParser headerParser) |
Modifier and Type | Method and Description |
---|---|
protected int |
getContentLength() |
protected int |
getRequest() |
void |
noContent() |
abstract ContentParser.Result |
parse(ByteBuffer buffer) |
protected ContentParser(HeaderParser headerParser)
public abstract ContentParser.Result parse(ByteBuffer buffer)
public void noContent()
protected int getRequest()
protected int getContentLength()
Copyright © 1995-2015 Webtide. All Rights Reserved.