Uses of Package
org.springframework.web.reactive.function.server
Packages that use org.springframework.web.reactive.function.server
Package
Description
Mock objects for the functional web framework.
Support for testing Spring WebFlux server endpoints via
WebTestClient
.Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the
org.springframework.web.reactive.function.server
package.-
Classes in org.springframework.web.reactive.function.server used by org.springframework.mock.web.reactive.function.serverClassDescriptionRepresents a server-side HTTP request, as handled by a
HandlerFunction
.Represents the headers of the HTTP request. -
Classes in org.springframework.web.reactive.function.server used by org.springframework.test.web.reactive.serverClassDescriptionDefines the strategies to be used for processing
HandlerFunctions
.Represents a function that routes to a handler function. -
Classes in org.springframework.web.reactive.function.server used by org.springframework.web.reactive.function.serverClassDescriptionEntity-specific subtype of
ServerResponse
that exposes entity data.Defines a builder forEntityResponse
.Represents a function that filters a handler function.Represents a function that handles a request.Defines the strategies to be used for processingHandlerFunctions
.A mutable builder for aHandlerStrategies
.Rendering-specific subtype ofServerResponse
that exposes model and template data.Defines a builder forRenderingResponse
.Represents a function that evaluates on a givenServerRequest
.Receives notifications from the logical structure of request predicates.Represents a function that routes to a handler function.Represents a discoverable builder for router functions.Receives notifications from the logical structure of router functions.Represents a server-side HTTP request, as handled by aHandlerFunction
.Defines a builder for a request.Represents the headers of the HTTP request.Represents a typed server-side HTTP response, as returned by a handler function or filter function.Defines a builder that adds a body to the response.Defines the context used during theServerResponse.writeTo(ServerWebExchange, Context)
.Defines a builder that adds headers to the response. -
Classes in org.springframework.web.reactive.function.server used by org.springframework.web.reactive.function.server.supportClassDescriptionRepresents a function that routes to a handler function.Represents a server-side HTTP request, as handled by a
HandlerFunction
.Represents the headers of the HTTP request.