Class ServerRequestWrapper.HeadersWrapper

java.lang.Object
org.springframework.web.reactive.function.server.support.ServerRequestWrapper.HeadersWrapper
All Implemented Interfaces:
ServerRequest.Headers
Enclosing class:
ServerRequestWrapper

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