接口的使用
org.apache.dubbo.rpc.Filter
-
-
com.alibaba.dubbo.rpc中Filter的使用
com.alibaba.dubbo.rpc中Filter的子接口 修饰符和类型 接口 说明 interfaceFilter已过时。 -
org.apache.dubbo.auth.filter中Filter的使用
实现Filter的org.apache.dubbo.auth.filter中的类 修饰符和类型 类 说明 classConsumerSignFilterThe ConsumerSignFilterclassProviderAuthFilter -
org.apache.dubbo.cache.filter中Filter的使用
实现Filter的org.apache.dubbo.cache.filter中的类 修饰符和类型 类 说明 classCacheFilterCacheFilter is a core component of dubbo.Enabling cache key of service,method,consumer or provider dubbo will cache method return value. -
org.apache.dubbo.monitor.dubbo中Filter的使用
实现Filter的org.apache.dubbo.monitor.dubbo中的类 修饰符和类型 类 说明 classMetricsFilter -
org.apache.dubbo.monitor.support中Filter的使用
实现Filter的org.apache.dubbo.monitor.support中的类 修饰符和类型 类 说明 classMonitorClusterFilterclassMonitorFilterMonitorFilter. -
org.apache.dubbo.rpc中Filter的使用
实现Filter的org.apache.dubbo.rpc中的类 修饰符和类型 类 说明 classListenableFilterIt's recommended to implement Filter.Listener directly for callback registration, check the default implementation, seeExceptionFilter, for example. -
org.apache.dubbo.rpc.filter中Filter的使用
实现Filter的org.apache.dubbo.rpc.filter中的类 修饰符和类型 类 说明 classAccessLogFilterRecord access log for the service.classActiveLimitFilterActiveLimitFilter restrict the concurrent client invocation for a service or service's method from client side.classClassLoaderFilterSet the current execution thread class loader to service interface's class loader.classCompatibleFilterCompatibleFilter make the remote method's return value compatible to invoker's version of object.classContextFilterContextFilter set the provider RpcContext with invoker, invocation, local port it is using and host for current execution thread.classDeprecatedFilterDeprecatedFilter logs error message if a invoked method has been marked as deprecated.classEchoFilterDubbo provided default Echo echo service, which is available for all dubbo provider service interface.classExceptionFilterExceptionInvokerFilterclassExecuteLimitFilterThe 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 throws exception.classGenericFilterGenericInvokerFilter.classGenericImplFilterGenericImplInvokerFilterclassTimeoutFilterLog any invocation timeout, but don't stop server from runningclassTokenFilterPerform check whether given provider token is matching with remote token or not.classTpsLimitFilterTpsLimitFilter limit the TPS (transaction per second) for all method of a service or a particular method. -
org.apache.dubbo.rpc.protocol.dubbo.filter中Filter的使用
实现Filter的org.apache.dubbo.rpc.protocol.dubbo.filter中的类 修饰符和类型 类 说明 classTraceFilterTraceFilter -
org.apache.dubbo.validation.filter中Filter的使用
实现Filter的org.apache.dubbo.validation.filter中的类 修饰符和类型 类 说明 classValidationFilterValidationFilter invoke the validation by finding the rightValidatorinstance based on the configured validation attribute value of invoker url before the actual method invocation.
-