| Package | Description |
|---|---|
| com.linecorp.armeria.common |
Common types.
|
| Modifier and Type | Method and Description |
|---|---|
HttpStatusClass |
HttpStatus.codeClass()
Returns the class of this
HttpStatus. |
static HttpStatusClass |
HttpStatusClass.valueOf(int code)
Returns the class of the specified HTTP status code.
|
static HttpStatusClass |
HttpStatusClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatusClass[] |
HttpStatusClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2020 LeanCloud. All rights reserved.