Uses of Interface
org.springframework.web.reactive.function.server.ServerRequest.Headers
Packages that use 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.serverMethods in org.springframework.mock.web.reactive.function.server that return ServerRequest.Headers
- 
Uses of ServerRequest.Headers in org.springframework.web.reactive.function.serverMethods in org.springframework.web.reactive.function.server that return ServerRequest.HeadersMethod parameters in org.springframework.web.reactive.function.server with type arguments of type ServerRequest.HeadersModifier and TypeMethodDescriptionstatic RequestPredicateRequestPredicates.headers(Predicate<ServerRequest.Headers> headersPredicate) Return aRequestPredicatethat tests the request's headers against the given headers predicate.
- 
Uses of ServerRequest.Headers in org.springframework.web.reactive.function.server.supportClasses in org.springframework.web.reactive.function.server.support that implement ServerRequest.HeadersModifier and TypeClassDescriptionstatic classImplementation of theHeadersinterface that can be subclassed to adapt the headers in ahandler filter function.Methods in org.springframework.web.reactive.function.server.support that return ServerRequest.HeadersConstructors in org.springframework.web.reactive.function.server.support with parameters of type ServerRequest.HeadersModifierConstructorDescriptionHeadersWrapper(ServerRequest.Headers headers) Create a newHeadersWrapperthat wraps the given request.