public interface HttpHeadersFilter
Modifier and Type | Interface and Description |
---|---|
static class |
HttpHeadersFilter.Type |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.HttpHeaders |
filter(org.springframework.http.HttpHeaders input,
org.springframework.web.server.ServerWebExchange exchange)
Filters a set of Http Headers.
|
static org.springframework.http.HttpHeaders |
filter(List<HttpHeadersFilter> filters,
org.springframework.http.HttpHeaders input,
org.springframework.web.server.ServerWebExchange exchange,
HttpHeadersFilter.Type type) |
static org.springframework.http.HttpHeaders |
filterRequest(List<HttpHeadersFilter> filters,
org.springframework.web.server.ServerWebExchange exchange) |
default boolean |
supports(HttpHeadersFilter.Type type) |
static org.springframework.http.HttpHeaders filterRequest(List<HttpHeadersFilter> filters, org.springframework.web.server.ServerWebExchange exchange)
static org.springframework.http.HttpHeaders filter(List<HttpHeadersFilter> filters, org.springframework.http.HttpHeaders input, org.springframework.web.server.ServerWebExchange exchange, HttpHeadersFilter.Type type)
org.springframework.http.HttpHeaders filter(org.springframework.http.HttpHeaders input, org.springframework.web.server.ServerWebExchange exchange)
input
- Http Headersexchange
- a ServerWebExchange
that should be filtereddefault boolean supports(HttpHeadersFilter.Type type)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.