Uses of Interface
com.alibaba.dubbo.rpc.ProxyFactory

Packages that use ProxyFactory
com.alibaba.dubbo.monitor.dubbo   
com.alibaba.dubbo.registry.dubbo   
com.alibaba.dubbo.registry.integration   
com.alibaba.dubbo.rpc.protocol   
com.alibaba.dubbo.rpc.proxy   
com.alibaba.dubbo.rpc.proxy.javassist   
com.alibaba.dubbo.rpc.proxy.jdk   
com.alibaba.dubbo.rpc.proxy.wrapper   
 

Uses of ProxyFactory in com.alibaba.dubbo.monitor.dubbo
 

Methods in com.alibaba.dubbo.monitor.dubbo with parameters of type ProxyFactory
 void DubboMonitorFactroy.setProxyFactory(ProxyFactory proxyFactory)
           
 

Uses of ProxyFactory in com.alibaba.dubbo.registry.dubbo
 

Methods in com.alibaba.dubbo.registry.dubbo with parameters of type ProxyFactory
 void DubboRegistryFactory.setProxyFactory(ProxyFactory proxyFactory)
           
 

Uses of ProxyFactory in com.alibaba.dubbo.registry.integration
 

Methods in com.alibaba.dubbo.registry.integration with parameters of type ProxyFactory
 void RegistryProtocol.setProxyFactory(ProxyFactory proxyFactory)
           
 

Uses of ProxyFactory in com.alibaba.dubbo.rpc.protocol
 

Methods in com.alibaba.dubbo.rpc.protocol that return ProxyFactory
 ProxyFactory AbstractProxyProtocol.getProxyFactory()
           
 

Methods in com.alibaba.dubbo.rpc.protocol with parameters of type ProxyFactory
 void AbstractProxyProtocol.setProxyFactory(ProxyFactory proxyFactory)
           
 

Uses of ProxyFactory in com.alibaba.dubbo.rpc.proxy
 

Classes in com.alibaba.dubbo.rpc.proxy that implement ProxyFactory
 class AbstractProxyFactory
          AbstractProxyFactory
 

Uses of ProxyFactory in com.alibaba.dubbo.rpc.proxy.javassist
 

Classes in com.alibaba.dubbo.rpc.proxy.javassist that implement ProxyFactory
 class JavassistProxyFactory
          JavaassistRpcProxyFactory
 

Uses of ProxyFactory in com.alibaba.dubbo.rpc.proxy.jdk
 

Classes in com.alibaba.dubbo.rpc.proxy.jdk that implement ProxyFactory
 class JdkProxyFactory
          JavaassistRpcProxyFactory
 

Uses of ProxyFactory in com.alibaba.dubbo.rpc.proxy.wrapper
 

Classes in com.alibaba.dubbo.rpc.proxy.wrapper that implement ProxyFactory
 class StubProxyFactoryWrapper
          StubProxyFactoryWrapper
 

Constructors in com.alibaba.dubbo.rpc.proxy.wrapper with parameters of type ProxyFactory
StubProxyFactoryWrapper(ProxyFactory proxyFactory)
           
 



Copyright © 2012–2017 Alibaba. All rights reserved.