Package org.glassfish.jersey.http
Class ResponseStatus
- java.lang.Object
-
- org.glassfish.jersey.http.ResponseStatus
-
public final class ResponseStatus extends Object
This is a list of Hypertext Transfer Protocol (HTTP) response status codes. The Internet Assigned Numbers Authority (IANA) maintains the official registry of HTTP status codes. See Hypertext Transfer Protocol (HTTP) Status Code Registry.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classResponseStatus.ClientError4xx4xx client error status codes - the request contains bad syntax or cannot be fulfilled.static classResponseStatus.Info1xx1xx informational status codes - request received, continuing processstatic classResponseStatus.Redirect3xx3xx redirection status codes - further action must be taken in order to complete the request.static classResponseStatus.ServerError5xx5xx server error status codes - the server failed to fulfill an apparently valid request.static classResponseStatus.Success2xx2xx success status codes - the action was successfully received, understood, and accepted.
-
Constructor Summary
Constructors Constructor Description ResponseStatus()
-