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