| Package | Description |
|---|---|
| org.apache.mina.http | |
| org.apache.mina.http.api |
| Modifier and Type | Field and Description |
|---|---|
private HttpVersion |
HttpRequestImpl.version |
| Modifier and Type | Method and Description |
|---|---|
HttpVersion |
HttpRequestImpl.getProtocolVersion() |
| Constructor and Description |
|---|
HttpRequestImpl(HttpVersion version,
HttpMethod method,
java.lang.String requestedPath,
java.lang.String queryString,
java.util.Map<java.lang.String,java.lang.String> headers) |
| Modifier and Type | Field and Description |
|---|---|
private HttpVersion |
DefaultHttpResponse.version |
| Modifier and Type | Method and Description |
|---|---|
static HttpVersion |
HttpVersion.fromString(java.lang.String string)
Returns the
HttpVersion instance from the specified string. |
HttpVersion |
DefaultHttpResponse.getProtocolVersion() |
HttpVersion |
HttpMessage.getProtocolVersion()
The HTTP version of the message
|
static HttpVersion |
HttpVersion.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpVersion[] |
HttpVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DefaultHttpResponse(HttpVersion version,
HttpStatus status,
java.util.Map<java.lang.String,java.lang.String> headers) |