public interface HttpStatusType
| Modifier and Type | Method and Description |
|---|---|
HttpErrorStatus.Family |
getFamily()
Get the class of status code
|
java.lang.String |
getReasonPhrase()
Get the reason phrase
|
int |
getStatusCode()
Get the associated status code
|