| Package | Description |
|---|---|
| org.mule.runtime.http.api |
| Modifier and Type | Method and Description |
|---|---|
static HttpConstants.HttpStatus |
HttpConstants.HttpStatus.getStatusByCode(int statusCode)
Returns an
HttpConstants.HttpStatus corresponding to a given status code. |
static HttpConstants.HttpStatus |
HttpConstants.HttpStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpConstants.HttpStatus[] |
HttpConstants.HttpStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.