Uses of Class
javax.ws.rs.core.Response.Status.Family
-
Packages that use Response.Status.Family Package Description javax.ws.rs High-level interfaces and annotations used to create RESTful service resources.javax.ws.rs.core Low-level interfaces and annotations used to create RESTful service resources. -
-
Uses of Response.Status.Family in javax.ws.rs
Methods in javax.ws.rs with parameters of type Response.Status.Family Modifier and Type Method Description (package private) static ResponseWebApplicationException. validate(Response response, Response.Status.Family expectedStatusFamily)Validate that aResponseobject has an expected HTTP response status code set. -
Uses of Response.Status.Family in javax.ws.rs.core
Fields in javax.ws.rs.core declared as Response.Status.Family Modifier and Type Field Description private Response.Status.FamilyResponse.Status. familyMethods in javax.ws.rs.core that return Response.Status.Family Modifier and Type Method Description static Response.Status.FamilyResponse.Status.Family. familyOf(int statusCode)Get the response status family for the status code.Response.Status.FamilyResponse.Status. getFamily()Get the class of status code.Response.Status.FamilyResponse.StatusType. getFamily()Get the class of status code.static Response.Status.FamilyResponse.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.
-