Uses of Enum
org.springframework.cloud.gateway.filter.headers.HttpHeadersFilter.Type
Packages that use HttpHeadersFilter.Type
-
Uses of HttpHeadersFilter.Type in org.springframework.cloud.gateway.filter.headers
Methods in org.springframework.cloud.gateway.filter.headers that return HttpHeadersFilter.TypeModifier and TypeMethodDescriptionstatic HttpHeadersFilter.TypeReturns 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.Methods in org.springframework.cloud.gateway.filter.headers with parameters of type HttpHeadersFilter.TypeModifier and TypeMethodDescriptionstatic org.springframework.http.HttpHeadersHttpHeadersFilter.filter(List<HttpHeadersFilter> filters, org.springframework.http.HttpHeaders input, org.springframework.web.server.ServerWebExchange exchange, HttpHeadersFilter.Type type) booleanGRPCRequestHeadersFilter.supports(HttpHeadersFilter.Type type) booleanGRPCResponseHeadersFilter.supports(HttpHeadersFilter.Type type) default booleanHttpHeadersFilter.supports(HttpHeadersFilter.Type type) booleanRemoveHopByHopHeadersFilter.supports(HttpHeadersFilter.Type type)