public static interface Response.StatusType
Modifier and Type | Method and Description |
---|---|
Response.Status.Family |
getFamily()
Get the class of status code
|
java.lang.String |
getReasonPhrase()
Get the reason phrase
|
int |
getStatusCode()
Get the associated status code
|
int getStatusCode()
Response.Status.Family getFamily()
java.lang.String getReasonPhrase()
Copyright © 2016 Oracle Corporation. All Rights Reserved.