Uses of Interface
org.springframework.cloud.gateway.filter.GatewayFilterChain
Packages that use GatewayFilterChain
Package
Description
TODO: package javadoc.
TODO: package javadoc.
TODO: package javadoc.
-
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> FunctionRoutingFilter.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> StreamRoutingFilter.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.cache
Methods in org.springframework.cloud.gateway.filter.factory.cache with parameters of type GatewayFilterChainModifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> GlobalLocalResponseCacheGatewayFilter.filter(org.springframework.web.server.ServerWebExchange exchange, GatewayFilterChain chain) reactor.core.publisher.Mono<Void> ResponseCacheGatewayFilter.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)