Response.Status
public static interface Response.StatusType
Modifier and Type | Method | Description |
---|---|---|
Response.Status.Family |
getFamily() |
Get the class of status code
|
String |
getReasonPhrase() |
Get the reason phrase
|
int |
getStatusCode() |
Get the associated status code
|
int getStatusCode()
Response.Status.Family getFamily()
String getReasonPhrase()
Copyright © 2019 Sun Microsystems, Inc. All rights reserved.