Interface | Description |
---|---|
HttpHeaders |
Additional HTTP headers that are not listed in Jakarta REST
HttpHeaders . |
Class | Description |
---|---|
ResponseStatus |
This is a list of Hypertext Transfer Protocol (HTTP) response status codes.
|
ResponseStatus.ClientError4xx |
4xx client error status codes - the request contains bad syntax or cannot be fulfilled.
|
ResponseStatus.Info1xx |
1xx informational status codes - request received, continuing process
|
ResponseStatus.Redirect3xx |
3xx redirection status codes - further action must be taken in order to complete the request.
|
ResponseStatus.ServerError5xx |
5xx server error status codes - the server failed to fulfill an apparently valid request.
|
ResponseStatus.Success2xx |
2xx success status codes - the action was successfully received, understood, and accepted.
|
Copyright © 2007-2023, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.