Package | Description |
---|---|
org.springframework.cloud.gateway.filter |
Modifier and Type | Method and Description |
---|---|
reactor.core.publisher.Mono<Void> |
GatewayFilter.filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given GatewayFilterChain . |
reactor.core.publisher.Mono<Void> |
ForwardRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain) |
reactor.core.publisher.Mono<Void> |
WebsocketRoutingFilter.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 next
WebFilter through the given GatewayFilterChain . |
reactor.core.publisher.Mono<Void> |
WebClientWriteResponseFilter.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> |
NettyRoutingFilter.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> |
WebClientHttpRoutingFilter.filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain) |
reactor.core.publisher.Mono<Void> |
LoadBalancerClientFilter.filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain) |
reactor.core.publisher.Mono<Void> |
RouteToRequestUrlFilter.filter(org.springframework.web.server.ServerWebExchange exchange,
GatewayFilterChain chain) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.