| Package | Description |
|---|---|
| com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
| Modifier and Type | Method and Description |
|---|---|
static ClientResponse.Status |
ClientResponse.Status.fromStatusCode(int statusCode)
Convert a numerical status code into the corresponding Status.
|
ClientResponse.Status |
ClientResponse.getClientResponseStatus()
Deprecated.
Deprecated since 1.18. Use
ClientResponse.getStatusInfo() which can
return status type even for status codes which
do not have mapping defined in Response.Status. |
static ClientResponse.Status |
ClientResponse.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ClientResponse.Status[] |
ClientResponse.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.