| Package | Description |
|---|---|
| org.jwall.web.http | |
| org.jwall.web.http.nio |
| Modifier and Type | Field and Description |
|---|---|
protected HttpHeader |
HttpMessage.header |
| Modifier and Type | Method and Description |
|---|---|
HttpHeader |
HttpMessage.getMessageHeader() |
| Constructor and Description |
|---|
HttpMessage(HttpHeader mh,
byte[] reqBody) |
HttpRequest(HttpHeader h,
byte[] reqBody) |
HttpResponse(HttpHeader header,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
HttpHeader |
HttpMessageChannel.readHeader()
This method tries to read a HTTP message header from the currently
available bytes.
|
Copyright © 2015 jwall.org. All Rights Reserved.