| Package | Description |
|---|---|
| org.apache.mina.http | |
| org.apache.mina.http.api |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequestImpl.getMethod()
Return the HTTP method used for this message
HttpMethod |
| Constructor and Description |
|---|
HttpRequestImpl(HttpVersion version,
HttpMethod method,
String requestedPath,
Map<String,String> headers) |
| Modifier and Type | Method and Description |
|---|---|
HttpMethod |
HttpRequest.getMethod()
Return the HTTP method used for this message
HttpMethod |
static HttpMethod |
HttpMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpMethod[] |
HttpMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2013 Apache MINA Project. All rights reserved.