接口 ProxyFactory
-
- 所有超级接口:
ProxyFactory
@Deprecated public interface ProxyFactory extends ProxyFactory
已过时。
-
-
方法概要
所有方法 实例方法 抽象方法 默认方法 已过时的方法 修饰符和类型 方法 说明 <T> Invoker<T>getInvoker(T proxy, Class<T> type, URL url)已过时。default <T> Invoker<T>getInvoker(T proxy, Class<T> type, URL url)已过时。create invoker.<T> TgetProxy(Invoker<T> invoker)已过时。<T> TgetProxy(Invoker<T> invoker, boolean generic)已过时。default <T> TgetProxy(Invoker<T> invoker)已过时。create proxy.default <T> TgetProxy(Invoker<T> invoker, boolean generic)已过时。create proxy.
-
-
-
方法详细资料
-
getProxy
<T> T getProxy(Invoker<T> invoker) throws RpcException
已过时。- 抛出:
RpcException
-
getProxy
<T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
已过时。- 抛出:
RpcException
-
getInvoker
<T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
已过时。- 抛出:
RpcException
-
getProxy
default <T> T getProxy(Invoker<T> invoker) throws RpcException
已过时。从接口复制的说明:ProxyFactorycreate proxy.- 指定者:
getProxy在接口中ProxyFactory- 返回:
- proxy
- 抛出:
RpcException
-
getProxy
default <T> T getProxy(Invoker<T> invoker, boolean generic) throws RpcException
已过时。从接口复制的说明:ProxyFactorycreate proxy.- 指定者:
getProxy在接口中ProxyFactory- 返回:
- proxy
- 抛出:
RpcException
-
getInvoker
default <T> Invoker<T> getInvoker(T proxy, Class<T> type, URL url) throws RpcException
已过时。从接口复制的说明:ProxyFactorycreate invoker.- 指定者:
getInvoker在接口中ProxyFactory- 返回:
- invoker
- 抛出:
RpcException
-
-