public class HttpHandlerConnector extends Object implements org.springframework.http.client.reactive.ClientHttpConnector
HttpHandler rather
than making actual requests to a network socket.
Internally the connector uses and adapts
MockClientHttpRequest and MockClientHttpResponse to
MockServerHttpRequest and MockServerHttpResponse.
| Modifier and Type | Class and Description |
|---|---|
static class |
HttpHandlerConnector.FailureAfterResponseCompletedException
Indicates that an error occurred after the server response was completed,
via
ReactiveHttpOutputMessage.writeWith(org.reactivestreams.Publisher<? extends org.springframework.core.io.buffer.DataBuffer>) or ReactiveHttpOutputMessage.setComplete(),
and can no longer be changed. |
| Constructor and Description |
|---|
HttpHandlerConnector(org.springframework.http.server.reactive.HttpHandler handler)
Constructor with the
HttpHandler to handle requests with. |
| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<org.springframework.http.client.reactive.ClientHttpResponse> |
connect(org.springframework.http.HttpMethod httpMethod,
URI uri,
Function<? super org.springframework.http.client.reactive.ClientHttpRequest,reactor.core.publisher.Mono<Void>> requestCallback) |
public HttpHandlerConnector(org.springframework.http.server.reactive.HttpHandler handler)
HttpHandler to handle requests with.public reactor.core.publisher.Mono<org.springframework.http.client.reactive.ClientHttpResponse> connect(org.springframework.http.HttpMethod httpMethod,
URI uri,
Function<? super org.springframework.http.client.reactive.ClientHttpRequest,reactor.core.publisher.Mono<Void>> requestCallback)
connect in interface org.springframework.http.client.reactive.ClientHttpConnector