|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HttpRequest
HTTP request from the ServerHttpConnection.
| Method Summary | |
|---|---|
InputBufferStream |
getBody()
Obtains the InputBufferStream to the body of the HTTP request. |
List<HttpHeader> |
getHeaders()
Obtains the HttpHeader instances in the order they appear on the
request. |
String |
getMethod()
Obtains the HTTP method. |
String |
getRequestURI()
Obtains the Request URI as provided on the request. |
String |
getVersion()
Obtains the HTTP version of the request. |
| Method Detail |
|---|
String getMethod()
String getRequestURI()
String getVersion()
List<HttpHeader> getHeaders()
HttpHeader instances in the order they appear on the
request.
HttpHeader instances in the order they appear on the
request.InputBufferStream getBody()
InputBufferStream to the body of the HTTP request.
InputBufferStream to the body of the HTTP request.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||