Uses of Class
org.apache.dubbo.rpc.RpcException
Packages that use RpcException
Package
Description
-
Uses of RpcException in org.apache.dubbo.rpc
Methods in org.apache.dubbo.rpc that throw RpcExceptionModifier and TypeMethodDescription<T> Exporter<T> Export service for remote invocation:
1.voidThe exporter exported.<T> Invoker<T> ProxyFactory.getInvoker(T proxy, Class<T> type, URL url) create invoker.<T> Tcreate proxy.<T> Tcreate proxy.BaseFilter.invoke(Invoker<?> invoker, Invocation invocation) Always call invoker.invoke() in the implementation to hand over the request to the next filter node.HeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) Invoker.invoke(Invocation invocation) invoke.<T> Invoker<T> Refer a remote service:
1.voidThe invoker referred -
Uses of RpcException in org.apache.dubbo.rpc.filter
Methods in org.apache.dubbo.rpc.filter that throw RpcExceptionModifier and TypeMethodDescriptionAccessLogFilter.invoke(Invoker<?> invoker, Invocation inv) This method logs the access log for service method invocation call.ActiveLimitFilter.invoke(Invoker<?> invoker, Invocation invocation) AdaptiveLoadBalanceFilter.invoke(Invoker<?> invoker, Invocation invocation) ClassLoaderCallbackFilter.invoke(Invoker<?> invoker, Invocation invocation) ClassLoaderFilter.invoke(Invoker<?> invoker, Invocation invocation) CompatibleFilter.invoke(Invoker<?> invoker, Invocation invocation) Deprecated.ContextFilter.invoke(Invoker<?> invoker, Invocation invocation) DeprecatedFilter.invoke(Invoker<?> invoker, Invocation invocation) EchoFilter.invoke(Invoker<?> invoker, Invocation inv) ExceptionFilter.invoke(Invoker<?> invoker, Invocation invocation) ExecuteLimitFilter.invoke(Invoker<?> invoker, Invocation invocation) GenericFilter.invoke(Invoker<?> invoker, Invocation inv) GenericImplFilter.invoke(Invoker<?> invoker, Invocation invocation) ProfilerServerFilter.invoke(Invoker<?> invoker, Invocation invocation) RpcExceptionFilter.invoke(Invoker<?> invoker, Invocation invocation) TimeoutFilter.invoke(Invoker<?> invoker, Invocation invocation) TokenFilter.invoke(Invoker<?> invoker, Invocation inv) TokenHeaderFilter.invoke(Invoker<?> invoker, RpcInvocation invocation) TpsLimitFilter.invoke(Invoker<?> invoker, Invocation invocation) -
Uses of RpcException in org.apache.dubbo.rpc.listener
Methods in org.apache.dubbo.rpc.listener that throw RpcExceptionModifier and TypeMethodDescriptionvoidvoidOverrides the exported method to add the given exporter to the exporters ConcurrentHashMap,ListenerInvokerWrapper.invoke(Invocation invocation) voidvoidvoidExporterListenerAdapter.unexported(Exporter<?> exporter) voidInjvmExporterListener.unexported(Exporter<?> exporter) Overrides the unexported method to remove the given exporter from the exporters ConcurrentHashMap, -
Uses of RpcException in org.apache.dubbo.rpc.protocol
Methods in org.apache.dubbo.rpc.protocol that throw RpcExceptionModifier and TypeMethodDescription<T> Exporter<T> <T> Exporter<T> <T> Exporter<T> <T> Exporter<T> <T> Exporter<T> AbstractInvoker.invoke(Invocation inv) InvokerWrapper.invoke(Invocation invocation) ReferenceCountInvokerWrapper.invoke(Invocation invocation) <T> Invoker<T> <T> Invoker<T> <T> Invoker<T> <T> Invoker<T> <T> Invoker<T> -
Uses of RpcException in org.apache.dubbo.rpc.protocol.dubbo.filter
Methods in org.apache.dubbo.rpc.protocol.dubbo.filter that throw RpcException -
Uses of RpcException in org.apache.dubbo.rpc.proxy
Methods in org.apache.dubbo.rpc.proxy that throw RpcExceptionModifier and TypeMethodDescription<T> Invoker<T> AbstractFallbackJdkProxyFactory.getInvoker(T proxy, Class<T> type, URL url) <T> T<T> TAbstractProxyInvoker.invoke(Invocation invocation) -
Uses of RpcException in org.apache.dubbo.rpc.proxy.wrapper
Methods in org.apache.dubbo.rpc.proxy.wrapper that throw RpcException -
Uses of RpcException in org.apache.dubbo.rpc.stub
Methods in org.apache.dubbo.rpc.stub that throw RpcException -
Uses of RpcException in org.apache.dubbo.rpc.support
Methods in org.apache.dubbo.rpc.support that return RpcExceptionModifier and TypeMethodDescriptionstatic RpcExceptionDubbo2RpcExceptionUtils.newRpcException(int code, String message, Throwable cause) Methods in org.apache.dubbo.rpc.support that return types with arguments of type RpcExceptionModifier and TypeMethodDescriptionstatic Class<? extends RpcException> Dubbo2RpcExceptionUtils.getRpcExceptionClass()Methods in org.apache.dubbo.rpc.support that throw RpcExceptionModifier and TypeMethodDescription<T> Exporter<T> MockInvoker.invoke(Invocation invocation) <T> Invoker<T> MockProtocol.protocolBindingRefer(Class<T> type, URL url)