public static class AbstractRpcClient.RpcChannelImplementation extends Object implements com.google.protobuf.RpcChannel
限定符 | 构造器和说明 |
---|---|
protected |
AbstractRpcClient.RpcChannelImplementation(AbstractRpcClient<?> rpcClient,
InetSocketAddress addr,
User ticket,
int rpcTimeout) |
限定符和类型 | 方法和说明 |
---|---|
void |
callMethod(com.google.protobuf.Descriptors.MethodDescriptor md,
com.google.protobuf.RpcController controller,
com.google.protobuf.Message param,
com.google.protobuf.Message returnType,
com.google.protobuf.RpcCallback<com.google.protobuf.Message> done) |
protected AbstractRpcClient.RpcChannelImplementation(AbstractRpcClient<?> rpcClient, InetSocketAddress addr, User ticket, int rpcTimeout) throws UnknownHostException
public void callMethod(com.google.protobuf.Descriptors.MethodDescriptor md, com.google.protobuf.RpcController controller, com.google.protobuf.Message param, com.google.protobuf.Message returnType, com.google.protobuf.RpcCallback<com.google.protobuf.Message> done)
callMethod
在接口中 com.google.protobuf.RpcChannel
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.