public static class AbstractRpcClient.RpcChannelImplementation extends Object implements com.google.protobuf.RpcChannel
| Modifier | Constructor and Description | 
|---|---|
protected  | 
AbstractRpcClient.RpcChannelImplementation(AbstractRpcClient<?> rpcClient,
                                          InetSocketAddress addr,
                                          User ticket,
                                          int rpcTimeout)  | 
| Modifier and Type | Method and Description | 
|---|---|
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
UnknownHostExceptionpublic 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 in interface com.google.protobuf.RpcChannelCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.