Uses of Interface
org.apache.dubbo.rpc.ProxyFactory
Packages that use ProxyFactory
Package
Description
-
Uses of ProxyFactory in org.apache.dubbo.rpc.protocol
Methods in org.apache.dubbo.rpc.protocol that return ProxyFactoryMethods in org.apache.dubbo.rpc.protocol with parameters of type ProxyFactoryModifier and TypeMethodDescriptionvoidAbstractProxyProtocol.setProxyFactory(ProxyFactory proxyFactory) -
Uses of ProxyFactory in org.apache.dubbo.rpc.proxy
Classes in org.apache.dubbo.rpc.proxy that implement ProxyFactoryModifier and TypeClassDescriptionclassclassAbstractProxyFactory -
Uses of ProxyFactory in org.apache.dubbo.rpc.proxy.javassist
Classes in org.apache.dubbo.rpc.proxy.javassist that implement ProxyFactory -
Uses of ProxyFactory in org.apache.dubbo.rpc.proxy.jdk
Classes in org.apache.dubbo.rpc.proxy.jdk that implement ProxyFactory -
Uses of ProxyFactory in org.apache.dubbo.rpc.proxy.wrapper
Classes in org.apache.dubbo.rpc.proxy.wrapper that implement ProxyFactoryConstructors in org.apache.dubbo.rpc.proxy.wrapper with parameters of type ProxyFactory -
Uses of ProxyFactory in org.apache.dubbo.rpc.stub
Classes in org.apache.dubbo.rpc.stub that implement ProxyFactoryModifier and TypeClassDescriptionclassStub proxy factory is used to generate non-reflection invoker and proxy.