类 AbstractProxyInvoker<T>

  • 所有已实现的接口:
    Node, Invoker<T>

    public abstract class AbstractProxyInvoker<T>
    extends Object
    implements Invoker<T>
    InvokerWrapper
    • 构造器详细资料

      • AbstractProxyInvoker

        public AbstractProxyInvoker​(T proxy,
                                    Class<T> type,
                                    URL url)