Uses of Interface
org.springframework.cloud.gateway.filter.GatewayFilterChain
Packages that use GatewayFilterChain
Package
Description
-
Uses of GatewayFilterChain in org.springframework.cloud.gateway.config
Methods in org.springframework.cloud.gateway.config with parameters of type GatewayFilterChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>GatewayNoLoadBalancerClientAutoConfiguration.NoLoadBalancerClientFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) -
Uses of GatewayFilterChain in org.springframework.cloud.gateway.filter
Methods in org.springframework.cloud.gateway.filter with parameters of type GatewayFilterChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>AdaptCachedBodyGlobalFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>ForwardPathFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>ForwardRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>GatewayFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) Process the Web request and (optionally) delegate to the nextWebFilterthrough the givenGatewayFilterChain.reactor.core.publisher.Mono<Void>GatewayMetricsFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>GlobalFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) Process the Web request and (optionally) delegate to the nextGatewayFilterthrough the givenGatewayFilterChain.reactor.core.publisher.Mono<Void>LoadBalancerServiceInstanceCookieFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>NettyRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>NettyWriteResponseFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>OrderedGatewayFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>ReactiveLoadBalancerClientFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>RemoveCachedBodyFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>RouteToRequestUrlFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>WebClientHttpRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>WebClientWriteResponseFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void>WebsocketRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) -
Uses of GatewayFilterChain in org.springframework.cloud.gateway.filter.factory.rewrite
Methods in org.springframework.cloud.gateway.filter.factory.rewrite with parameters of type GatewayFilterChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void>ModifyResponseBodyGatewayFilterFactory.ModifyResponseGatewayFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain)