public class GRPCRequestHeadersFilter extends Object implements HttpHeadersFilter, org.springframework.core.Ordered
HttpHeadersFilter.Type| Constructor and Description |
|---|
GRPCRequestHeadersFilter() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.HttpHeaders |
filter(org.springframework.http.HttpHeaders headers,
org.springframework.web.server.ServerWebExchange exchange)
Filters a set of Http Headers.
|
int |
getOrder() |
boolean |
supports(HttpHeadersFilter.Type type) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfilter, filterRequestpublic org.springframework.http.HttpHeaders filter(org.springframework.http.HttpHeaders headers,
org.springframework.web.server.ServerWebExchange exchange)
HttpHeadersFilterfilter in interface HttpHeadersFilterheaders - Http Headersexchange - a ServerWebExchange that should be filteredpublic boolean supports(HttpHeadersFilter.Type type)
supports in interface HttpHeadersFilterpublic int getOrder()
getOrder in interface org.springframework.core.OrderedCopyright © 2022 Pivotal Software, Inc.. All rights reserved.