| Modifier and Type | Method and Description |
|---|---|
Router |
RouterFactory.getRouter(URL url)
Create router.
|
| Modifier and Type | Method and Description |
|---|---|
List<Router> |
AbstractDirectory.getRouters() |
| Constructor and Description |
|---|
AbstractDirectory(URL url,
List<Router> routers) |
AbstractDirectory(URL url,
URL consumerUrl,
List<Router> routers) |
StaticDirectory(List<Invoker<T>> invokers,
List<Router> routers) |
StaticDirectory(URL url,
List<Invoker<T>> invokers,
List<Router> routers) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRouter |
class |
MockInvokersSelector
A specific Router designed to realize mock feature.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractRouter.compareTo(Router o) |
| Modifier and Type | Class and Description |
|---|---|
class |
ConditionRouter
ConditionRouter
|
| Modifier and Type | Method and Description |
|---|---|
Router |
ConditionRouterFactory.getRouter(URL url) |
| Modifier and Type | Method and Description |
|---|---|
int |
ConditionRouter.compareTo(Router o) |
| Modifier and Type | Method and Description |
|---|---|
Router |
FileRouterFactory.getRouter(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
ScriptRouter
ScriptRouter
|
| Modifier and Type | Method and Description |
|---|---|
Router |
ScriptRouterFactory.getRouter(URL url) |
| Modifier and Type | Class and Description |
|---|---|
class |
TagRouter
TagRouter
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.