Class ClientResponseWrapper.HeadersWrapper

java.lang.Object
org.springframework.web.reactive.function.client.support.ClientResponseWrapper.HeadersWrapper
All Implemented Interfaces:
ClientResponse.Headers
Enclosing class:
ClientResponseWrapper

public static class ClientResponseWrapper.HeadersWrapper extends Object implements ClientResponse.Headers
Implementation of the Headers interface that can be subclassed to adapt the headers in a exchange filter function. All methods default to calling through to the wrapped request.