|
webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
Public Member Functions | |
| Message | callBlockingMethod (Descriptors.MethodDescriptor method, RpcController controller, Message request, Message responsePrototype) throws ServiceException |
Abstract interface for a blocking RPC channel.
is the blocking equivalent to RpcChannel.
| Message com.google.protobuf.BlockingRpcChannel.callBlockingMethod | ( | Descriptors.MethodDescriptor | method, |
| RpcController | controller, | ||
| Message | request, | ||
| Message | responsePrototype | ||
| ) | throws ServiceException |
Call the given method of the remote service and blocks until it returns.
is the blocking equivalent to RpcChannel#callMethod.
1.8.13