Example usage for org.springframework.http.client.reactive ClientHttpConnector interface-usage

List of usage examples for org.springframework.http.client.reactive ClientHttpConnector interface-usage

Introduction

In this page you can find the example usage for org.springframework.http.client.reactive ClientHttpConnector interface-usage.

Usage

From source file org.springframework.test.web.reactive.server.HttpHandlerConnector.java

/**
 * Connector that handles requests by invoking an {@link HttpHandler} rather
 * than making actual requests to a network socket.
 *
 * <p>Internally the connector uses and adapts<br>
 * {@link MockClientHttpRequest} and {@link MockClientHttpResponse} to<br>