Class StaticServerHttpHeadersWriter

  • All Implemented Interfaces:
    ServerHttpHeadersWriter

    public class StaticServerHttpHeadersWriter
    extends java.lang.Object
    implements ServerHttpHeadersWriter
    Allows specifying HttpHeaders that should be written to the response.
    Since:
    5.0
    • Constructor Detail

      • StaticServerHttpHeadersWriter

        public StaticServerHttpHeadersWriter​(org.springframework.http.HttpHeaders headersToAdd)