public interface HttpRequest
ServerHttpConnection
.Modifier and Type | Method and Description |
---|---|
ServerInputStream |
getEntity()
Obtains the
ServerInputStream to the entity 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.
|
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.ServerInputStream getEntity() throws IOException
ServerInputStream
to the entity of the HTTP request.ServerInputStream
to the entity of the HTTP request.IOException
- If failure in reading the entity.Copyright © 2005–2016. All rights reserved.