| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.rx.Completable |
CloudGatewayFilterMix.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
CloudGatewayFilterMix.doFilterDo(ExContext ctx,
ExFilterChain chain)
执行过滤
|
Route |
CloudGatewayConfiguration.routeFind(ExContext ctx)
查找路由记录
|
| Constructor and Description |
|---|
CloudGatewayCompletion(ExContext ctx,
io.vertx.core.http.HttpServerRequest rawRequest) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExContextImpl
交换上下文实现
|
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.rx.Completable |
ExFilterChain.doFilter(ExContext ctx)
过滤
|
org.noear.solon.rx.Completable |
ExFilterChainImpl.doFilter(ExContext ctx)
过滤
|
org.noear.solon.rx.Completable |
ExFilter.doFilter(ExContext ctx,
ExFilterChain chain)
过滤
|
org.noear.solon.rx.Completable |
ExHandler.handle(ExContext ctx)
处理
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Route.matched(ExContext ctx)
匹配
|
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.rx.Completable |
StripPrefixFilterFactory.StripPrefixFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
AddResponseHeaderFilterFactory.AddResponseHeaderFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
RemoveRequestHeaderFilterFactory.RemoveRequestHeaderFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
PrefixPathFilterFactory.PrefixPathFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
RedirectToFilterFactory.RedirectToFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
AddRequestHeaderFilterFactory.AddRequestHeaderFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
RewritePathFilterFactory.RewritePathFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
org.noear.solon.rx.Completable |
RemoveResponseHeaderFilterFactory.RemoveResponseHeaderFilter.doFilter(ExContext ctx,
ExFilterChain chain) |
| Modifier and Type | Method and Description |
|---|---|
org.noear.solon.rx.Completable |
LbRouteHandler.handle(ExContext ctx) |
org.noear.solon.rx.Completable |
HttpRouteHandler.handle(ExContext x)
处理
|
void |
HttpRouteHandler.handleDo(ExContext ctx,
io.vertx.core.http.HttpClientRequest req1,
org.noear.solon.rx.CompletableEmitter emitter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CookiePredicateFactory.CookiePredicate.test(ExContext ctx) |
boolean |
AfterPredicateFactory.AfterPredicate.test(ExContext ctx) |
boolean |
PathPredicateFactory.PathPredicate.test(ExContext ctx) |
boolean |
RemoteAddrPredicateFactory.RemoteAddrPredicate.test(ExContext ctx) |
boolean |
MethodPredicateFactory.MethodPredicate.test(ExContext ctx) |
boolean |
BeforePredicateFactory.BeforePredicate.test(ExContext ctx) |
boolean |
HostPredicateFactory.HostPredicate.test(ExContext ctx) |
Copyright © 2025. All rights reserved.