Package | Description |
---|---|
com.sun.jersey.api.client |
Provides support for client-side communication with HTTP-based
RESTful Web services.
|
com.sun.jersey.core.spi.factory |
Provides support for factories of particular component types.
|
javax.ws.rs.core |
Low-level interfaces and annotations used to create RESTful service
resources.
|
Modifier and Type | Method and Description |
---|---|
Response.Status.Family |
ClientResponse.Status.getFamily()
Get the class of status code.
|
static Response.Status.Family |
ClientResponse.Status.getFamilyByStatusCode(int statusCode)
Get the family from the response status code.
|
Modifier and Type | Method and Description |
---|---|
static Response.Status.Family |
ResponseImpl.toFamilyCode(int statusCode) |
Modifier and Type | Method and Description |
---|---|
Response.Status.Family |
Response.StatusType.getFamily()
Get the class of status code
|
Response.Status.Family |
Response.Status.getFamily()
Get the class of status code
|
static Response.Status.Family |
Response.Status.Family.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Response.Status.Family[] |
Response.Status.Family.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016 Oracle Corporation. All Rights Reserved.