类 ForwardedHeaderFilter

    • 方法详细资料

      • filter

        public reactor.core.publisher.Mono<Voidfilter​(ServerWebExchange exchange,
                                                        WebFilterChain chain)
        已过时。
        从接口复制的说明: WebFilter
        Process the Web request and (optionally) delegate to the next WebFilter through the given WebFilterChain.
        指定者:
        filter 在接口中 WebFilter
        参数:
        exchange - the current server exchange
        chain - provides a way to delegate to the next filter
        返回:
        Mono<Void> to indicate when request processing is complete