Uses of Class
com.alibaba.dubbo.common.bytecode.Proxy

Packages that use Proxy
com.alibaba.dubbo.common.bytecode   
 

Uses of Proxy in com.alibaba.dubbo.common.bytecode
 

Methods in com.alibaba.dubbo.common.bytecode that return Proxy
static Proxy Proxy.getProxy(Class<?>... ics)
          Get proxy.
static Proxy Proxy.getProxy(ClassLoader cl, Class<?>... ics)
          Get proxy.
 



Copyright © 2012–2017 Alibaba. All rights reserved.