public static class RpcClient.Sender extends Object implements InvocationHandler
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getRequestMappingName() |
RpcClient |
getRpcClient() |
Map<String,RpcMethod<RpcClient>> |
getRpcMethodMap() |
long |
getTimeout() |
String |
getVersion() |
Object |
invoke(Object proxy,
Method method,
Object[] args)
Make RPC calls
|
void |
setTimeout(long timeout) |
String |
toString() |
public void setTimeout(long timeout)
public String getRequestMappingName()
public long getTimeout()
public String getVersion()
public RpcClient getRpcClient()
public Object invoke(Object proxy, Method method, Object[] args) throws Throwable
invoke 在接口中 InvocationHandlerproxy - proxymethod - methodargs - argsThrowable - ThrowableCopyright © 2021. All rights reserved.