Interface Response.StatusType
- All Known Implementing Classes:
Response.Status
- Enclosing class:
Response
public static interface Response.StatusType
Base interface for statuses used in responses.
-
Method Summary
Modifier and TypeMethodDescriptionGet the class of status codeGet the reason phraseintGet the associated status code
-
Method Details
-
getStatusCode
int getStatusCode()Get the associated status code- Returns:
- the status code
-
getFamily
-
getReasonPhrase
-