| Package | Description |
|---|---|
| org.apache.mina.http | |
| org.apache.mina.http.api |
| Constructor and Description |
|---|
HttpException(HttpStatus statusCode) |
HttpException(HttpStatus statusCode,
String message) |
| Modifier and Type | Method and Description |
|---|---|
HttpStatus |
DefaultHttpResponse.getStatus() |
HttpStatus |
HttpResponse.getStatus()
The HTTP status code for the HTTP response (e.g.
|
static HttpStatus |
HttpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatus[] |
HttpStatus.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,
Map<String,String> headers) |
Copyright © 2004–2017 Apache MINA Project. All rights reserved.