类 ProtectFilter
java.lang.Object
net.guerlab.smart.platform.basic.gateway.protect.ProtectFilter
- 所有已实现的接口:
org.springframework.cloud.gateway.filter.GatewayFilter,org.springframework.cloud.gateway.filter.GlobalFilter,org.springframework.cloud.gateway.support.ShortcutConfigurable,org.springframework.core.Ordered
public class ProtectFilter
extends java.lang.Object
implements org.springframework.cloud.gateway.filter.GatewayFilter, org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
接口保护请求过滤器
- 作者:
- guer
-
嵌套类概要
-
字段概要
-
构造器概要
构造器 构造器 说明 ProtectFilter(ProtectProperties properties) -
方法概要
-
构造器详细资料
-
方法详细资料
-
filter
public reactor.core.publisher.Mono<java.lang.Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.cloud.gateway.filter.GatewayFilterChain chain)- 指定者:
filter在接口中org.springframework.cloud.gateway.filter.GatewayFilter- 指定者:
filter在接口中org.springframework.cloud.gateway.filter.GlobalFilter
-
getOrder
public int getOrder()- 指定者:
getOrder在接口中org.springframework.core.Ordered
-