| 限定符和类型 | 方法和说明 |
|---|---|
protected abstract reactor.core.publisher.Mono<Void> |
AbstractSoulPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule)
this is Template Method child has Implement your own logic.
|
reactor.core.publisher.Mono<Void> |
SoulPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
reactor.core.publisher.Mono<Void> |
AbstractSoulPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<Void> |
MonitorPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
reactor.core.publisher.Mono<Void> |
WebClientResponsePlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
reactor.core.publisher.Mono<Void> |
NettyClientResponsePlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain) |
reactor.core.publisher.Mono<Void> |
DubboResponsePlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<Void> |
WafPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
reactor.core.publisher.Mono<Void> |
SignPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain) |
reactor.core.publisher.Mono<Void> |
GlobalPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Process the Web request and (optionally) delegate to the next
WebFilter through the given SoulPluginChain. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected reactor.core.publisher.Mono<Void> |
WebSocketPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
protected reactor.core.publisher.Mono<Void> |
SpringCloudPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
protected reactor.core.publisher.Mono<Void> |
RewritePlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
protected reactor.core.publisher.Mono<Void> |
RateLimiterPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
protected reactor.core.publisher.Mono<Void> |
DubboPlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
protected reactor.core.publisher.Mono<Void> |
DividePlugin.doExecute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
SelectorData selector,
RuleData rule) |
| 限定符和类型 | 方法和说明 |
|---|---|
reactor.core.publisher.Mono<Void> |
WebClientPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain) |
reactor.core.publisher.Mono<Void> |
NettyHttpClientPlugin.execute(org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain) |
| 构造器和说明 |
|---|
DubboCommand(com.netflix.hystrix.HystrixObservableCommand.Setter setter,
String body,
org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain,
DubboProxyService dubboProxyService,
MetaData metaData,
DubboRuleHandle dubboRuleHandle)
Instantiates a new Dubbo command.
|
HttpCommand(com.netflix.hystrix.HystrixObservableCommand.Setter setter,
org.springframework.web.server.ServerWebExchange exchange,
SoulPluginChain chain)
Instantiates a new Http command.
|
Copyright © 2019 dromara. All rights reserved.