| パッケージ | 説明 |
|---|---|
| org.springframework.web.client | クライアント側の Web サポートのコアパッケージ。 |
| 修飾子と型 | クラスと説明 |
|---|---|
static class | HttpServerErrorException.BadGateway ステータス HTTP HTTP 502 Bad Gateway の HttpServerErrorException。 |
static class | HttpServerErrorException.GatewayTimeoutHttpServerErrorException ステータス HTTP 504 Gateway Timeout |
static class | HttpServerErrorException.InternalServerErrorHttpServerErrorException ステータス HTTP 500 Internal Server Error |
static class | HttpServerErrorException.NotImplementedHttpServerErrorException ステータス HTTP 501 Not Implemented |
static class | HttpServerErrorException.ServiceUnavailableHttpServerErrorException ステータス HTTP 503 Service Unavailable |
| 修飾子と型 | メソッドと説明 |
|---|---|
static HttpServerErrorException | HttpServerErrorException.create(HttpStatus statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset)HttpServerErrorException または HTTP ステータス固有のサブクラスを作成します。 |
static HttpServerErrorException | HttpServerErrorException.create(StringSE message, HttpStatus statusCode, StringSE statusText, HttpHeaders headers, byte[] body, CharsetSE charset) オプションの準備済みメッセージを含む create(String, HttpStatus, String, HttpHeaders, byte[], Charset) のバリアント。 |