public abstract class CloudGatewayFilterMix extends Object implements CloudGatewayFilter
| Constructor and Description |
|---|
CloudGatewayFilterMix() |
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.rx.Completable |
doFilter(ExContext ctx,
ExFilterChain chain)
过滤
|
org.noear.solon.rx.Completable |
doFilterDo(ExContext ctx,
ExFilterChain chain)
执行过滤
|
void |
filter(String filterConfig) |
abstract void |
register()
登记(组合过滤器)
|
public abstract void register()
public void filter(String filterConfig)
public org.noear.solon.rx.Completable doFilter(ExContext ctx, ExFilterChain chain)
ExFilterpublic org.noear.solon.rx.Completable doFilterDo(ExContext ctx, ExFilterChain chain)
Copyright © 2025. All rights reserved.