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.reactive
Methods 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.server
Methods in org.springframework.mock.web.server with parameters of type MockServerHttpRequestModifier and TypeMethodDescriptionMockServerWebExchange.builder
(MockServerHttpRequest request) Create aMockServerWebExchange.Builder
starting with the given mock request.static MockServerWebExchange
MockServerWebExchange.from
(MockServerHttpRequest request) Create aMockServerWebExchange
from the given mock request.Constructors in org.springframework.mock.web.server with parameters of type MockServerHttpRequest