webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
com.google.protobuf.BlockingService Interface Reference

Public Member Functions

Descriptors.ServiceDescriptor getDescriptorForType ()
 
Message callBlockingMethod (Descriptors.MethodDescriptor method, RpcController controller, Message request) throws ServiceException
 
Message getRequestPrototype (Descriptors.MethodDescriptor method)
 
Message getResponsePrototype (Descriptors.MethodDescriptor method)
 

Detailed Description

Blocking equivalent to Service.

Author
kento.nosp@m.n@go.nosp@m.ogle..nosp@m.com Kenton Varda
cpovi.nosp@m.rk@g.nosp@m.oogle.nosp@m..com Chris Povirk

Member Function Documentation

◆ callBlockingMethod()

Message com.google.protobuf.BlockingService.callBlockingMethod ( Descriptors.MethodDescriptor  method,
RpcController  controller,
Message  request 
) throws ServiceException

Equivalent to Service#callMethod, except that

returns the result of the RPC or throws a ServiceException if there is a failure, rather than passing the information to a callback.

◆ getDescriptorForType()

Descriptors.ServiceDescriptor com.google.protobuf.BlockingService.getDescriptorForType ( )

◆ getRequestPrototype()

Message com.google.protobuf.BlockingService.getRequestPrototype ( Descriptors.MethodDescriptor  method)

◆ getResponsePrototype()

Message com.google.protobuf.BlockingService.getResponsePrototype ( Descriptors.MethodDescriptor  method)

The documentation for this interface was generated from the following file: