Package | Description |
---|---|
org.springframework.mock.web.server |
Mock implementations of Spring's reactive server web API abtsractions.
|
Modifier and Type | Method and Description |
---|---|
static MockServerWebExchange |
MockServerWebExchange.from(MockServerHttpRequest.BaseBuilder<?> requestBuilder)
A variant of
from(MockServerHttpRequest) that accepts a request
builder. |
static MockServerWebExchange |
MockServerWebExchange.from(MockServerHttpRequest request)
Create a
MockServerWebExchange from the given request. |