Package | Description |
---|---|
org.springframework.cloud.gateway.filter.headers |
Modifier and Type | Method and Description |
---|---|
static HttpHeadersFilter.Type |
HttpHeadersFilter.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HttpHeadersFilter.Type[] |
HttpHeadersFilter.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.springframework.http.HttpHeaders |
HttpHeadersFilter.filter(List<HttpHeadersFilter> filters,
org.springframework.http.HttpHeaders input,
org.springframework.web.server.ServerWebExchange exchange,
HttpHeadersFilter.Type type) |
boolean |
RemoveHopByHopHeadersFilter.supports(HttpHeadersFilter.Type type) |
default boolean |
HttpHeadersFilter.supports(HttpHeadersFilter.Type type) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.