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