Uses of Class
org.springframework.cloud.gateway.filter.headers.HttpHeadersFilter.Type
-
Packages that use HttpHeadersFilter.Type Package Description org.springframework.cloud.gateway.filter.headers -
-
Uses of HttpHeadersFilter.Type in org.springframework.cloud.gateway.filter.headers
Methods in org.springframework.cloud.gateway.filter.headers that return HttpHeadersFilter.Type Modifier and Type Method Description static HttpHeadersFilter.TypeHttpHeadersFilter.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.Methods in org.springframework.cloud.gateway.filter.headers with parameters of type HttpHeadersFilter.Type Modifier and Type Method Description static 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)
-