Uses of Class
org.springframework.mock.http.server.reactive.MockServerHttpRequest
Packages that use MockServerHttpRequest
Package
Description
Mock implementations of reactive HTTP server contracts.
Mock implementations of Spring's reactive server web API abstractions.
- 
Uses of MockServerHttpRequest in org.springframework.mock.http.server.reactiveMethods in org.springframework.mock.http.server.reactive that return MockServerHttpRequestModifier and TypeMethodDescriptionSet the body of the request and build it.MockServerHttpRequest.BodyBuilder.body(Publisher<? extends DataBuffer> body) Set the body of the request and build it.MockServerHttpRequest.BaseBuilder.build()Builds the request with no body.
- 
Uses of MockServerHttpRequest in org.springframework.mock.web.serverMethods in org.springframework.mock.web.server with parameters of type MockServerHttpRequestModifier and TypeMethodDescriptionMockServerWebExchange.builder(MockServerHttpRequest request) Create aMockServerWebExchange.Builderstarting with the given mock request.static MockServerWebExchangeMockServerWebExchange.from(MockServerHttpRequest request) Create aMockServerWebExchangefrom the given mock request.Constructors in org.springframework.mock.web.server with parameters of type MockServerHttpRequest