| Package | Description |
|---|---|
| org.jwall.web.http |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HttpHeader.parseHeader(String s) |
protected void |
HttpResponse.parseStartLine(String line) |
protected void |
HttpRequest.parseStartLine(String line) |
protected abstract void |
HttpMessage.parseStartLine(String line)
This method must be overwritten
|
protected void |
HttpChunk.parseStartLine(String line) |
| Constructor and Description |
|---|
HttpHeader(String head) |
HttpMessage(HttpHeader mh,
byte[] reqBody) |
Copyright © 2013 jwall.org. All Rights Reserved.