|
|
|
@ -48,7 +48,8 @@ public interface ClientHttpResponse extends HttpInputMessage, Closeable { |
|
|
|
* @throws IOException in case of I/O errors |
|
|
|
* @throws IOException in case of I/O errors |
|
|
|
* @since 3.1.1 |
|
|
|
* @since 3.1.1 |
|
|
|
* @see #getStatusCode() |
|
|
|
* @see #getStatusCode() |
|
|
|
* @deprecated as of 6.0, in favor of {@link #getStatusCode()} |
|
|
|
* @deprecated as of 6.0, in favor of {@link #getStatusCode()}; scheduled for |
|
|
|
|
|
|
|
* removal in 6.2 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
@Deprecated(since = "6.0", forRemoval = true) |
|
|
|
@Deprecated(since = "6.0", forRemoval = true) |
|
|
|
default int getRawStatusCode() throws IOException { |
|
|
|
default int getRawStatusCode() throws IOException { |
|
|
|
|