| Class | Description |
|---|---|
| CacheControlHeadersWriter |
Inserts headers to prevent caching if no cache control headers have been specified.
|
| ContentSecurityPolicyHeaderWriter |
Provides support for Content Security Policy (CSP) Level 2.
|
| DelegatingRequestMatcherHeaderWriter |
Delegates to the provided
HeaderWriter when
RequestMatcher.matches(HttpServletRequest) returns true. |
| HpkpHeaderWriter |
Provides support for HTTP Public Key Pinning (HPKP).
|
| HstsHeaderWriter |
Provides support for HTTP Strict Transport
Security (HSTS).
|
| StaticHeadersWriter |
HeaderWriter implementation which writes the same Header instance. |
| XContentTypeOptionsHeaderWriter |
A
StaticHeadersWriter that inserts headers to prevent content sniffing. |
| XXssProtectionHeaderWriter |
Renders the X-XSS-Protection header.
|