| Package | Description |
|---|---|
| com.github.ljtfreitas.restify.http.client.message.response |
| Modifier and Type | Method and Description |
|---|---|
static HttpStatusCode |
HttpStatusCode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HttpStatusCode[] |
HttpStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.Optional<HttpStatusCode> |
HttpStatusCode.of(int code) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
StatusCode.is(HttpStatusCode httpStatusCode) |
static StatusCode |
StatusCode.of(HttpStatusCode httpStatusCode) |
Copyright © 2019. All Rights Reserved.