| Package | Description |
|---|---|
| io.enoa.repeater.factory.error | |
| io.enoa.repeater.http |
| Modifier and Type | Method and Description |
|---|---|
default Response |
EoxErrorRenderFactory.renderError(HttpStatus stat) |
default Response |
EoxErrorRenderFactory.renderError(HttpStatus stat,
String message) |
Response |
EoxErrorRenderFactory.renderError(HttpStatus stat,
String message,
Throwable e) |
default Response |
EoxErrorRenderFactory.renderError(HttpStatus stat,
Throwable e) |
| Modifier and Type | Method and Description |
|---|---|
static HttpStatus |
HttpStatus.of(int stat) |
HttpStatus |
Response.status() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
HttpStatus.isOk(HttpStatus status) |
Response.Builder |
Response.Builder.status(HttpStatus status) |
Copyright © 2018. All rights reserved.