Interface | Description |
---|---|
ServerHttpHeadersWriter |
Interface for writing headers just before the response is committed.
|
Class | Description |
---|---|
CacheControlServerHttpHeadersWriter |
Writes cache control related headers.
|
ClearSiteDataServerHttpHeadersWriter |
Writes the
Clear-Site-Data response header when the request is secure. |
CompositeServerHttpHeadersWriter |
Combines multiple
ServerHttpHeadersWriter instances into a single instance. |
ContentSecurityPolicyServerHttpHeadersWriter |
Writes the
Contet-Security-Policy response header with configured policy
directives. |
ContentTypeOptionsServerHttpHeadersWriter |
Adds X-Content-Type-Options: nosniff
|
FeaturePolicyServerHttpHeadersWriter |
Writes the
Feature-Policy response header with configured policy directives. |
HttpHeaderWriterWebFilter |
Invokes a
ServerHttpHeadersWriter on
ReactiveHttpOutputMessage.beforeCommit(java.util.function.Supplier) . |
ReferrerPolicyServerHttpHeadersWriter |
Writes the
Referrer-Policy response header. |
StaticServerHttpHeadersWriter |
Allows specifying
HttpHeaders that should be written to the response. |
StaticServerHttpHeadersWriter.Builder | |
StrictTransportSecurityServerHttpHeadersWriter |
Writes the Strict-Transport-Security if the request is secure.
|
XContentTypeOptionsServerHttpHeadersWriter |
Adds X-Content-Type-Options: nosniff
|
XFrameOptionsServerHttpHeadersWriter |
ServerHttpHeadersWriter implementation for the X-Frame-Options headers. |
XXssProtectionServerHttpHeadersWriter |
Add the x-xss-protection header.
|
Enum | Description |
---|---|
ClearSiteDataServerHttpHeadersWriter.Directive |
Represents the directive values expected by the
ClearSiteDataServerHttpHeadersWriter |
ReferrerPolicyServerHttpHeadersWriter.ReferrerPolicy | |
XFrameOptionsServerHttpHeadersWriter.Mode |
The X-Frame-Options values.
|