Polishing
This commit is contained in:
parent
1306bb9982
commit
45d376b6af
|
@ -31,8 +31,8 @@ import org.springframework.http.HttpMethod;
|
|||
* Reactor-Netty implementation of {@link ClientHttpConnector}.
|
||||
*
|
||||
* @author Brian Clozel
|
||||
* @see HttpClient
|
||||
* @since 5.0
|
||||
* @see reactor.ipc.netty.http.client.HttpClient
|
||||
*/
|
||||
public class ReactorClientHttpConnector implements ClientHttpConnector {
|
||||
|
||||
|
|
|
@ -34,8 +34,8 @@ import org.springframework.util.MultiValueMap;
|
|||
* {@link ClientHttpResponse} implementation for the Reactor-Netty HTTP client.
|
||||
*
|
||||
* @author Brian Clozel
|
||||
* @see reactor.ipc.netty.http.client.HttpClient
|
||||
* @since 5.0
|
||||
* @see reactor.ipc.netty.http.client.HttpClient
|
||||
*/
|
||||
public class ReactorClientHttpResponse implements ClientHttpResponse {
|
||||
|
||||
|
|
Loading…
Reference in New Issue