Uses of Interface
com.google.protobuf.RpcController

Uses of RpcController in com.google.protobuf
 

Methods in com.google.protobuf with parameters of type RpcController
 void RpcChannel.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype, RpcCallback<Message> done)
          Call the given method of the remote service.
 void Service.callMethod(Descriptors.MethodDescriptor method, RpcController controller, Message request, RpcCallback<Message> done)
          Call a method of the service specified by MethodDescriptor.
 



Copyright © 2008. All Rights Reserved.