| Package | Description |
|---|---|
| org.apache.mina.http | |
| org.apache.mina.http.api |
| Constructor and Description |
|---|
HttpException(HttpStatus statusCode) |
HttpException(HttpStatus statusCode,
java.lang.String message) |
| Modifier and Type | Field and Description |
|---|---|
private HttpStatus |
DefaultHttpResponse.status |
| 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(java.lang.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,
java.util.Map<java.lang.String,java.lang.String> headers) |