| Package | Description |
|---|---|
| org.apache.shenyu.common.dto.convert.rule | |
| org.apache.shenyu.common.dto.convert.rule.impl |
| Modifier and Type | Method and Description |
|---|---|
RuleHandle |
RuleHandle.createDefault(String path)
It will be call when RuleHandleFactory to generate a RuleHandle object.
|
static RuleHandle |
RuleHandleFactory.ruleHandle(String name,
String path)
Get a RuleHandle object with given rpc type and path.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextMappingHandle
Context mapping thread handle.
|
class |
DivideRuleHandle
The type Divide rule handle.
|
class |
DubboRuleHandle
The type Dubbo rule handle.
|
class |
ModifyResponseRuleHandle
The type ModifyResponse rule handle.
|
class |
ParamMappingHandle
Param mapping handle.
|
class |
SofaRuleHandle
The type Sofa rule handle.
|
class |
SpringCloudRuleHandle
The type Spring cloud rule handle.
|
| Modifier and Type | Method and Description |
|---|---|
RuleHandle |
ParamMappingHandle.createDefault(String path) |
RuleHandle |
DivideRuleHandle.createDefault(String path) |
RuleHandle |
DubboRuleHandle.createDefault(String path) |
RuleHandle |
SofaRuleHandle.createDefault(String path) |
RuleHandle |
ModifyResponseRuleHandle.createDefault(String path) |
RuleHandle |
ContextMappingHandle.createDefault(String path) |
RuleHandle |
SpringCloudRuleHandle.createDefault(String path) |
Copyright © 2021 The Apache Software Foundation. All rights reserved.