public abstract class AbstractGatewayFilter extends Object implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
| 构造器和说明 |
|---|
AbstractGatewayFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract reactor.core.publisher.Mono<Void> |
doFilterInternal(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
执行具体的过滤器逻辑
|
reactor.core.publisher.Mono<Void> |
filter(org.springframework.web.server.ServerWebExchange exchange,
org.springframework.cloud.gateway.filter.GatewayFilterChain chain) |
protected abstract GatewayApiEncryptProperties |
getGatewayApiEncryptProperty()
获取API加密配置属性
|
protected abstract GatewayApiEncryptProperties getGatewayApiEncryptProperty()
protected abstract reactor.core.publisher.Mono<Void> doFilterInternal(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
exchange - 服务器Web交换chain - 网关过滤器链public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)
filter 在接口中 org.springframework.cloud.gateway.filter.GlobalFilterCopyright © 2025. All rights reserved.