com.alibaba.dubbo.registry.integration
Class RegistryProtocol.InvokerDelegete<T>

java.lang.Object
  extended by com.alibaba.dubbo.rpc.protocol.InvokerWrapper<T>
      extended by com.alibaba.dubbo.registry.integration.RegistryProtocol.InvokerDelegete<T>
All Implemented Interfaces:
Node, Invoker<T>
Enclosing class:
RegistryProtocol

public static class RegistryProtocol.InvokerDelegete<T>
extends InvokerWrapper<T>


Constructor Summary
RegistryProtocol.InvokerDelegete(Invoker<T> invoker, URL url)
           
 
Method Summary
 Invoker<T> getInvoker()
           
 
Methods inherited from class com.alibaba.dubbo.rpc.protocol.InvokerWrapper
destroy, getInterface, getUrl, invoke, isAvailable
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RegistryProtocol.InvokerDelegete

public RegistryProtocol.InvokerDelegete(Invoker<T> invoker,
                                        URL url)
Parameters:
invoker -
url - invoker.getUrl返回此值
Method Detail

getInvoker

public Invoker<T> getInvoker()


Copyright © 2012–2017 Alibaba. All rights reserved.