| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc | |
| org.apache.dubbo.rpc.filter |
| 限定符和类型 | 方法和说明 |
|---|---|
BaseFilter.Listener |
ListenableFilter.listener()
已过时。
|
BaseFilter.Listener |
ListenableFilter.listener(Invocation invocation)
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
ListenableFilter.addListener(Invocation invocation,
BaseFilter.Listener listener)
已过时。
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
ActiveLimitFilter
ActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.
|
class |
AdaptiveLoadBalanceFilter
if the load balance is adaptive ,set attachment to get the metrics of the server
|
class |
ClassLoaderCallbackFilter
Switch thread context class loader on filter callback.
|
class |
ClassLoaderFilter
Set the current execution thread class loader to service interface's class loader.
|
class |
CompatibleFilter
CompatibleFilter make the remote method's return value compatible to invoker's version of object.
|
class |
ContextFilter
ContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for
current execution thread.
|
class |
ExceptionFilter
ExceptionInvokerFilter
Functions:
unexpected exception will be logged in ERROR level on provider side.
|
class |
ExecuteLimitFilter
The maximum parallel execution request count per method per service for the provider.If the max configured
executes is set to 10 and if invoke request where it is already 10 then it will throw exception.
|
class |
GenericFilter
GenericInvokerFilter.
|
class |
GenericImplFilter
GenericImplInvokerFilter
|
class |
ProfilerServerFilter |
class |
TimeoutFilter
Log any invocation timeout, but don't stop server from running
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.