Uses of Interface
org.springframework.web.reactive.function.server.ServerRequest.Headers
Package
Description
Mock objects for the functional web framework.
Provides the types that make up Spring's functional web framework for Reactive environments.
Classes supporting the
org.springframework.web.reactive.function.server
package.-
Uses of ServerRequest.Headers in org.springframework.mock.web.reactive.function.server
-
Uses of ServerRequest.Headers in org.springframework.web.reactive.function.server
Modifier and TypeMethodDescriptionstatic RequestPredicate
RequestPredicates.headers
(Predicate<ServerRequest.Headers> headersPredicate) Return aRequestPredicate
that tests the request's headers against the given headers predicate. -
Uses of ServerRequest.Headers in org.springframework.web.reactive.function.server.support
Modifier and TypeClassDescriptionstatic class
Implementation of theHeaders
interface that can be subclassed to adapt the headers in ahandler filter function
.ModifierConstructorDescriptionHeadersWrapper
(ServerRequest.Headers headers) Create a newHeadersWrapper
that wraps the given request.