public abstract class ContentParser
extends java.lang.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(java.nio.ByteBuffer buffer) |
protected ContentParser(HeaderParser headerParser)
public abstract ContentParser.Result parse(java.nio.ByteBuffer buffer)
public void noContent()
protected int getRequest()
protected int getContentLength()
Copyright © 1995–2022 Webtide. All rights reserved.