Uses of Interface
org.springframework.web.reactive.function.client.ClientResponse.Headers
Packages that use ClientResponse.Headers
Package
Description
Provides a reactive 
WebClient
 that builds on top of the
 org.springframework.http.client.reactive reactive HTTP adapter layer.Classes supporting the 
org.springframework.web.reactive.function.client package.- 
Uses of ClientResponse.Headers in org.springframework.web.reactive.function.clientMethods in org.springframework.web.reactive.function.client that return ClientResponse.Headers
- 
Uses of ClientResponse.Headers in org.springframework.web.reactive.function.client.supportClasses in org.springframework.web.reactive.function.client.support that implement ClientResponse.HeadersModifier and TypeClassDescriptionstatic classImplementation of theHeadersinterface that can be subclassed to adapt the headers in aexchange filter function.Methods in org.springframework.web.reactive.function.client.support that return ClientResponse.HeadersConstructors in org.springframework.web.reactive.function.client.support with parameters of type ClientResponse.HeadersModifierConstructorDescriptionHeadersWrapper(ClientResponse.Headers headers) Create a newHeadersWrapperthat wraps the given request.