public interface HttpStatusType
| Modifier and Type | Method and Description |
|---|---|
static HttpStatusType |
custom(int code)
Creates a custom (non-standard) HTTP Status code.
|
int |
value() |
int value()
static HttpStatusType custom(int code)
code - for HttpStatusCodeCopyright © 2020. All rights reserved.