类 RequestApiFilter

  • 所有已实现的接口:
    org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered

    public class RequestApiFilter
    extends Object
    implements org.springframework.cloud.gateway.filter.GlobalFilter, org.springframework.core.Ordered
    api接口校验和解密过滤器
    作者:
    gyf
    skip date tag
    2024/06/08 14:28
    • 构造器详细资料

      • RequestApiFilter

        public RequestApiFilter()
    • 方法详细资料

      • filter

        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.GlobalFilter
      • getOrder

        public int getOrder()
        指定者:
        getOrder 在接口中 org.springframework.core.Ordered
      • isMatchUrl

        public static boolean isMatchUrl​(String url,
                                         List<String> urlList)