webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Types | Public Member Functions | List of all members
google::protobuf::Service Class Referenceabstract

#include <service.h>

Public Types

enum  ChannelOwnership { STUB_OWNS_CHANNEL, STUB_DOESNT_OWN_CHANNEL }
 

Public Member Functions

 Service ()
 
virtual ~Service ()
 
virtual const ServiceDescriptorGetDescriptor ()=0
 
virtual void CallMethod (const MethodDescriptor *method, RpcController *controller, const Message *request, Message *response, Closure *done)=0
 
virtual const MessageGetRequestPrototype (const MethodDescriptor *method) const =0
 
virtual const MessageGetResponsePrototype (const MethodDescriptor *method) const =0
 

Member Enumeration Documentation

◆ ChannelOwnership

Enumerator
STUB_OWNS_CHANNEL 
STUB_DOESNT_OWN_CHANNEL 

Constructor & Destructor Documentation

◆ Service()

google::protobuf::Service::Service ( )
inline

◆ ~Service()

google::protobuf::Service::~Service ( )
virtual

Member Function Documentation

◆ CallMethod()

virtual void google::protobuf::Service::CallMethod ( const MethodDescriptor method,
RpcController controller,
const Message request,
Message response,
Closure done 
)
pure virtual

◆ GetDescriptor()

virtual const ServiceDescriptor* google::protobuf::Service::GetDescriptor ( )
pure virtual

◆ GetRequestPrototype()

virtual const Message& google::protobuf::Service::GetRequestPrototype ( const MethodDescriptor method) const
pure virtual

◆ GetResponsePrototype()

virtual const Message& google::protobuf::Service::GetResponsePrototype ( const MethodDescriptor method) const
pure virtual

The documentation for this class was generated from the following files: