Package com.dnlkk.controller.http
Interface HttpStatusCode
- All Known Implementing Classes:
HttpStatus
public interface HttpStatusCode
-
Method Summary
Modifier and TypeMethodDescriptionintcode()default booleanequalsCode(HttpStatusCode httpStatus) booleanbooleanisError()booleanbooleanbooleanboolean
-
Method Details
-
code
int code() -
isInformational
boolean isInformational() -
isSuccessful
boolean isSuccessful() -
isRedirection
boolean isRedirection() -
isClientError
boolean isClientError() -
isServerError
boolean isServerError() -
isError
boolean isError() -
equalsCode
-