Class HttpHandlerConnector

java.lang.Object
org.springframework.test.web.reactive.server.HttpHandlerConnector
All Implemented Interfaces:
ClientHttpConnector

public class HttpHandlerConnector extends Object implements ClientHttpConnector
Connector that handles requests by invoking an HttpHandler rather than making actual requests to a network socket.

Internally the connector uses and adapts
MockClientHttpRequest and MockClientHttpResponse to
MockServerHttpRequest and MockServerHttpResponse.

Since:
5.0
Author:
Rossen Stoyanchev