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()
Get the status code.
|
static ClientResponse.Status |
ClientResponse.Status.valueOf(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 © 2013 Oracle Corporation. All rights reserved.