public abstract class CloudGatewayFilterMix extends Object implements CloudGatewayFilter
| 构造器和说明 |
|---|
CloudGatewayFilterMix() |
| 限定符和类型 | 方法和说明 |
|---|---|
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 © 2024. All rights reserved.