@FunctionalInterface public interface Filter
| Modifier and Type | Method and Description |
|---|---|
void |
doFilter(Context ctx,
FilterChain chain)
过滤
|
void doFilter(Context ctx, FilterChain chain) throws Throwable
ctx - 上下文ThrowableCopyright © 2025. All rights reserved.