接口 ClientHttpResponse

所有超级接口:
AutoCloseable, Closeable, HttpInputMessage, HttpMessage
所有已知实现类:
BufferingClientHttpResponseWrapper, ClientHttpResponseDecorator, HttpComponentsClientHttpResponse, IntrospectingClientHttpResponse, JdkClientHttpResponse, JettyClientHttpResponse, ReactorNettyClientResponse, SimpleClientHttpResponse

public interface ClientHttpResponse extends HttpInputMessage, Closeable
Represents a client-side HTTP response.

Obtained via an invocation of ClientHttpRequest.execute().

A ClientHttpResponse must be closed, typically in a finally block.

从以下版本开始:
4.0
作者:
Arjen Poutsma, Harry Yang