public interface Client
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
Client.RpcRequest |
| 限定符和类型 | 方法和说明 |
|---|---|
<V> V |
call(Client.RpcRequest request,
java.lang.Class<V> clazz)
远程调用
|
<V> V call(Client.RpcRequest request, java.lang.Class<V> clazz) throws RemoteException
V - 应答类型request - http 请求clazz - 应答类型RemoteException - 远程调用异常Copyright © 2023. All rights reserved.