Uses of Interface
org.springframework.web.reactive.function.client.ClientResponse.Headers
Packages that use ClientResponse.Headers Package Description org.springframework.web.reactive.function.client Provides a reactiveWebClientthat builds on top of theorg.springframework.http.client.reactivereactive HTTP adapter layer.org.springframework.web.reactive.function.client.support Classes supporting theorg.springframework.web.reactive.function.clientpackage.Uses of ClientResponse.Headers in org.springframework.web.reactive.function.client
Methods in org.springframework.web.reactive.function.client that return ClientResponse.Headers Modifier and Type Method Description ClientResponse.HeadersClientResponse. headers()Return the headers of this response.Uses of ClientResponse.Headers in org.springframework.web.reactive.function.client.support
Classes in org.springframework.web.reactive.function.client.support that implement ClientResponse.Headers Modifier and Type Class Description static classClientResponseWrapper.HeadersWrapperImplementation 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.Headers Modifier and Type Method Description ClientResponse.HeadersClientResponseWrapper. headers()Constructors in org.springframework.web.reactive.function.client.support with parameters of type ClientResponse.Headers Constructor Description HeadersWrapper(ClientResponse.Headers headers)Create a newHeadersWrapperthat wraps the given request.