类 SaFirewallCheckFilter

java.lang.Object
cn.dev33.satoken.loveqq.boot.filter.SaFirewallCheckFilter
所有已实现的接口:
com.kfyty.loveqq.framework.web.core.filter.Filter

@Component @Order(-102) public class SaFirewallCheckFilter extends Object implements com.kfyty.loveqq.framework.web.core.filter.Filter
防火墙校验过滤器 (基于 loveqq-framework 统一 Filter,可以统一 servlet 和 reactor 配置)
从以下版本开始:
1.37.0
作者:
click33
  • 嵌套类概要

    从接口继承的嵌套类/接口 com.kfyty.loveqq.framework.web.core.filter.Filter

    com.kfyty.loveqq.framework.web.core.filter.Filter.Continue
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    com.kfyty.loveqq.framework.web.core.filter.Filter.Continue
    doFilter(com.kfyty.loveqq.framework.web.core.http.ServerRequest request, com.kfyty.loveqq.framework.web.core.http.ServerResponse response)
     

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 com.kfyty.loveqq.framework.web.core.filter.Filter

    doFilter, getPattern, isWebSocket
  • 构造器详细资料

    • SaFirewallCheckFilter

      public SaFirewallCheckFilter()
  • 方法详细资料

    • doFilter

      public com.kfyty.loveqq.framework.web.core.filter.Filter.Continue doFilter(com.kfyty.loveqq.framework.web.core.http.ServerRequest request, com.kfyty.loveqq.framework.web.core.http.ServerResponse response)
      指定者:
      doFilter 在接口中 com.kfyty.loveqq.framework.web.core.filter.Filter