public interface StatusType
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getReasonPhrase() |
default boolean |
isClientError() |
default boolean |
isInformational() |
default boolean |
isRedirection() |
default boolean |
isServerError() |
default boolean |
isSuccessful() |
int getCode()
String getReasonPhrase()
default boolean isInformational()
default boolean isSuccessful()
default boolean isRedirection()
default boolean isClientError()
default boolean isServerError()