-
- All Implemented Interfaces:
-
com.hexagonkt.http.model.HttpStatus
public final class CustomStatus implements HttpStatus
-
-
Field Summary
Fields Modifier and Type Field Description private final Integercodeprivate final HttpStatusTypetype
-
Constructor Summary
Constructors Constructor Description CustomStatus(Integer code, HttpStatusType type)
-
Method Summary
Modifier and Type Method Description IntegergetCode()HttpStatusTypegetType()-
-
Constructor Detail
-
CustomStatus
CustomStatus(Integer code, HttpStatusType type)
-
-
Method Detail
-
getType
HttpStatusType getType()
-
-
-
-