接口的使用
org.apache.dubbo.rpc.BaseFilter
-
-
com.alibaba.dubbo.rpc中BaseFilter的使用
com.alibaba.dubbo.rpc中BaseFilter的子接口 修饰符和类型 接口 说明 interfaceFilter已过时。 -
org.apache.dubbo.auth.filter中BaseFilter的使用
实现BaseFilter的org.apache.dubbo.auth.filter中的类 修饰符和类型 类 说明 classConsumerSignFilterThe ConsumerSignFilterclassProviderAuthFilter -
org.apache.dubbo.cache.filter中BaseFilter的使用
实现BaseFilter的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中BaseFilter的使用
实现BaseFilter的org.apache.dubbo.monitor.dubbo中的类 修饰符和类型 类 说明 classMetricsFilter -
org.apache.dubbo.monitor.support中BaseFilter的使用
实现BaseFilter的org.apache.dubbo.monitor.support中的类 修饰符和类型 类 说明 classMonitorClusterFilterclassMonitorFilterMonitorFilter. -
org.apache.dubbo.rpc中BaseFilter的使用
org.apache.dubbo.rpc中BaseFilter的子接口 修饰符和类型 接口 说明 interfaceFilterExtension for intercepting the invocation for both service provider and consumer, furthermore, most of functions in dubbo are implemented base on the same mechanism.实现BaseFilter的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.cluster.filter中BaseFilter的使用
类型参数类型为BaseFilter的org.apache.dubbo.rpc.cluster.filter中的类 修饰符和类型 类 说明 static classFilterChainBuilder.ClusterFilterChainNode<T,TYPE extends ClusterInvoker<T>,FILTER extends BaseFilter>Works on consumer sidestatic classFilterChainBuilder.FilterChainNode<T,TYPE extends Invoker<T>,FILTER extends BaseFilter>Works on provider sideorg.apache.dubbo.rpc.cluster.filter中BaseFilter的子接口 修饰符和类型 接口 说明 interfaceClusterFilter -
org.apache.dubbo.rpc.cluster.filter.support中BaseFilter的使用
实现BaseFilter的org.apache.dubbo.rpc.cluster.filter.support中的类 修饰符和类型 类 说明 classConsumerContextFilterConsumerContextFilter set current RpcContext with invoker,invocation, local host, remote host and port for consumer invoker.It does it to make the requires info available to execution thread's RpcContext.classZoneAwareFilterDetermines the zone information of current request. -
org.apache.dubbo.rpc.filter中BaseFilter的使用
实现BaseFilter的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中BaseFilter的使用
实现BaseFilter的org.apache.dubbo.rpc.protocol.dubbo.filter中的类 修饰符和类型 类 说明 classFutureFilterEventFilterclassTraceFilterTraceFilter -
org.apache.dubbo.validation.filter中BaseFilter的使用
实现BaseFilter的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.
-